|
| ||||||||||||||||||||||||||||||||||||||||||||||||
Doxygen::Item::File Class ReferenceInput file to Doxygen and its comments and contents. More... Inheritance diagram for Doxygen::Item::File:
Detailed DescriptionInput file to Doxygen and its comments and contents. SYNOPSIS my $cls = new Doxygen::Item::File;
ABSTRACTA Doxygen::Item::File object represents an imaginary C/C++ source file for 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 File.pm. Member Function Documentation
Return the focus for the file. If there are classes, the first class is the focus. Otherwise the focus is the file itself.
Generate Doxygen comments to specify the name of the current file and any file-level comments.
Add one or more 'include' file(s).
Return pointer to array reference of 'include' files.
Make sure there is a brief message for the file, stealing it from a class if there is one. 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::File: