|
| |||||||||||||||||||
Doxygen::Script::Filter Class ReferencePerl extension for generating Doxygen documentation. More... Inheritance diagram for Doxygen::Script::Filter:
Detailed DescriptionPerl extension for generating Doxygen documentation. SYNOPSISGenerally this class will be instantiated: my $filter = new Doxygen::Script::Filter($path); and used within one of the other Doxygen:: internal classes. The user will normally invoke this filter by aliasing and configuring it during an invocation of DoxyFilt.pl. DoxyFilt.pl takes useful default settings from the Doxygen::Source module. By default, Doxygen::Source pre-configures both Windows batch files and *NIX shell scripts. The equivalent DoxyFilt.pl command-line arguments would be: DoxyFilt.pl --alias Batch=Script
--docs Batch=qr(\.(?:bat|cmd)$)i
--comment Batch=qr(^\s*rem ?(.*)$)im
--alias Shell=Script
--docs Shell=qr(\.(?:ba|c|k|z)?sh$)i
--comment Shell=qr(^\s*#{2,3}(?!#) ?(.*)$)m
--check Shell=qr(^#!/bin/(?:ba|c|k|z)?sh\b)
allowing, of course, for the quoting of characters to get past the command-line interpreter and the fact that the current codebase probably doesn't handle the regular expression terminal qr()im flags (oops). ABSTRACTSimplistic filter for scripts, whether DOS/Windows batch files or *NIX shell scripts. DESCRIPTIONGenerates a Doxygen file comment block. Pulls out whatever comments are marked via the basic comment pattern mechanism supported by May at some point create a script group and mark therein. SEE ALSOCOPYRIGHT 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 79 of file Filter.pm. Member Function Documentation
Parse a source file. Attach results ( Reimplemented from Doxygen::Filter. 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::Script::Filter: