List of all members.
Public Member Functions |
| | massage ($source) |
| | Convert all the comment text in this block from POD formatting sequences into Doxygen formatting sequences.
|
| | generate (%flags) |
| | Generates output understandable by doxygen to standard output.
|
Detailed Description
Perl extension for generating Doxygen documentation.
SYNOPSIS
my $item = new Doxygen::POD::Item::Code;
ABSTRACT
A block of source code in a POD source file.
DESCRIPTION
SEE ALSO
DoxyFilt.pl Doxygen::Item Doxygen::POD::Item
COPYRIGHT AND LICENSE
Copyright 2004 by Marc M. Adkins
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
- Version:
- '0.01'
- Author:
- Marc M. Adkins, mailTo:Perl@Doorways.org
Definition at line 48 of file Code.pm.
Member Function Documentation
| Doxygen::POD::Item::Code::generate |
( |
% |
flags |
) |
|
Generates output understandable by doxygen to standard output.
Reimplemented from Doxygen::POD::Item.
| Doxygen::POD::Item::Code::massage |
( |
$ |
source |
) |
|
Convert all the comment text in this block from POD formatting sequences into Doxygen formatting sequences.
Reimplemented from Doxygen::POD::Item.
The documentation for this class was generated from the following file: