| OODoc documentation | view source | Contained in the OODoc distribution. |
OODoc::Text::Option - one option for one subroutine
OODoc::Text::Option is a OODoc::Text is a OODoc::Object
Each OODoc::Text::Subroutine can have a list of options, which are each captured in a separate object as described in this manual page.
-Option --Defined in --Default container OODoc::Text new(subroutine) description OODoc::Text '' linenr OODoc::Text <required> name OODoc::Text undef parameters <required> subroutine <required> type OODoc::Text 'Option'
An informal short description of the valid values for this option.
The subroutine in which this option lives.
Returns the short, informal description of the valid parameters for this option.
Returns the subroutine object for this option.
OODoc::Text::Option->filenameToPackage(FILENAME)
OODoc::Text::Option->mkdirhier(DIRECTORY)
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().
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. |