HeaderDoc::Header
IntroductionAPI object that describes a header file. DiscussionThis class is a subclass of
Member Functions
_initializeInitializes an instance of a sub _initialize ParametersavailabilityGets/sets the availability for the header. sub availability ParametersdocNavigatorCommentReturns a comment marker for
ParametersDiscussionReturns an HTML comment that identifies the index file
(header vs. class, name, and so on). The
fullpathGets/sets the full path of the header. sub fullpath ParametersheaderCopyrightOwnerGets/sets the copyright owner info for a header. ParametersHTMLmetaGets/appends to the HTML meta tag list for a header. sub HTMLmeta ParametersprintObjectPrints an object for debugging purposes. sub printObject ParametersremoveFromCategoriesRemoves one object from the categories list. ParametersDiscussionA category gets removed if HeadeDoc finds the associated class and merges the category's methods into it. updatedGets/sets the updated date for the header. sub updated ParameterswriteHeaderElementsToCompositePageWrites the contents of a header object to a composite page. ParametersMember Data
CATEGORIESAn array of categories in this header. $self->{CATEGORIES}
COPYRIGHTThe copyright information (from the $self->{COPYRIGHT}
FULLPATHThe (relative) path to this header, as specified on the command line. $self->{FULLPATH}
HeaderDoc::Header::VERSIONThe revision control revision number for this module. $HeaderDoc::Header::VERSION = '$Revision: 1306450222 $'; DiscussionIn the git repository, contains the number of seconds since January 1, 1970. HTMLMETAHTML "meta" tags to add to this header's output. $self->{HTMLMETA}
PROTOCOLSAn array of protocols in this header. $self->{PROTOCOLS}
|