| OODoc documentation | view source | Contained in the OODoc distribution. |
OODoc::Format::Pod3 - Produce POD pages using OODoc::Template
OODoc::Format::Pod3 is a OODoc::Format::Pod is a OODoc::Format is a OODoc::Object
my $doc = OODoc->new(...); $doc->create ( 'pod3' # or 'OODoc::Format::Pod3' , format_options => [show_examples => 'NO'] );
Create manual pages in the POD syntax, using the OODoc::Template template system.
-Option --Defined in --Default append OODoc::Format::Pod '' format_options OODoc::Format [] manual OODoc::Format <required> project OODoc::Format <required> template <in code>
The default template is included in the DATA segment of OODoc::Format::Pod3. You may start your own template by copying it to a file.
OODoc::Format::Pod3->filenameToPackage(FILENAME)
OODoc::Format::Pod3->mkdirhier(DIRECTORY)
A formatter was created without a name specified for the project at hand. This should be passed with new(project).
A call to addManual() expects a new manual object (a OODoc::Manual), however an incompatible thing was passed. Usually, intended was a call to manualsForPackage() or mainManual().
The formatter has to know where the output can be written. This directory must be provided via new(workdir), but was not specified.
This module is part of OODoc distribution version 1.06, built on January 26, 2011. Website: http://perl.overmeer.net/oodoc/
Copyrights 2003-2011 by Mark Overmeer. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html
| OODoc documentation | view source | Contained in the OODoc distribution. |