my $doc = OODoc->new(...); $doc->createManual ( 'html' # or 'OODoc::Format::Html' , format_options => [show_examples => 'NO'] );
See SYNOPSIS in OODoc::Format
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