SYNOPSIS

  my $doc = OODoc->new(...);
  $doc->formatter('html')->createPages(
     manual_options => [ show_examples => 'NO' ],
  );

See SYNOPSIS in OODoc::Format

DESCRIPTION

Create manual pages in the HTML syntax, using the OODoc::Template template system. Producing HTML is more complicated than producing POD, because one manual page may be spread over multiple output files.

See DESCRIPTION in OODoc::Format