| OODoc documentation | view source | Contained in the OODoc distribution. |
OODoc::Text::SubSection - collects the text of one subsection within a section
OODoc::Text::SubSection is a OODoc::Text::Structure is a OODoc::Text is a OODoc::Object
my $section = $subsection->section; my $chapter = $subsection->chapter;
A subsection (or head3) is the third level of refining document hierarchies. A subsection must be a part of a section, which is part of a chapter.
-Option --Defined in --Default container OODoc::Text new(section) description OODoc::Text '' level OODoc::Text::Structure 3 linenr OODoc::Text <required> name OODoc::Text undef section <required> type OODoc::Text 'Subsection'
The section in which this sub-section lives.
Returns the chapter object for this subsection.
Returns the section object for this subsection.
With a NAME, the subsubsection within this subsection with that name is returned. With an OBJECT (which must be a OODoc::Text::SubSubSection), a new subsubsection is added to the end of the list.
Returns a list of all subsubsections in this chapter.
OODoc::Text::SubSection->filenameToPackage(FILENAME)
OODoc::Text::SubSection->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. |