|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Doxygen::Item::Function Class ReferencePerl extension for generating Doxygen documentation. More... Inheritance diagram for Doxygen::Item::Function:
Detailed DescriptionPerl extension for generating Doxygen documentation. SYNOPSIS my $cls = new Doxygen::Item::Function;
ABSTRACTA Doxygen::Item::Function object represents C/C++ function/method from a source file processing by the Doxygen documentation system. These objects should be created by a specific source-language filter (subclass of Doxygen::Filter, named Doxygen::languageFilter) when processing a source file. DESCRIPTIONSEE ALSODoxyFilt.pl, Doxygen::Item, Doxygen::Filter COPYRIGHT AND LICENSECopyright 2004-2010 by Marc M. Adkins This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Definition at line 50 of file Function.pm. Member Function Documentation
Clears named argument so it does not exist anymore. Returns previous value or argument name if argument existed. Does not do anything but return undef if argument did not exist.
Sets the value of (commented associated with) a single function argument.
Sets arguments for item. Just creates basic arguments, does not add comments but does add option flags based on initial (removed)
Generates output understandable by doxygen to standard output. Reimplemented from Doxygen::Item.
Return 'image' of the function call.
Item-specific massage sequences. Reimplemented from Doxygen::Item. The documentation for this class was generated from the following file:
Generated on Mon Dec 27 2010 15:15:39 for DoxyFilt by 1.7.1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


Inheritance diagram for Doxygen::Item::Function: