|
|
|
|
|
Doxygen works on C/C++ source files. Occasionally, the file needs to be modified prior to Doxygen viewing it in order to improve its reliability. The Doxygen project files support the specification of input filters.
Input filters are used as part of this project.
Input filters change comment styles from //! into /**...**/. The latter are C-style comment blocks that work better with Doxygen, because they group comments together. Individual //! do not get picked out of, say, the file header and placed on the first code element.
Input filters change class definitions into a format that is more standard for Doxygen reporting.
Input filters change the @bug Doxygen command into @lim command that is defined in the project file. The @bug command outputs Bugs and Limitations; we prefer seeing Limitations and Caveats.
Input filters can change IVE program files (Pascal-like programming language) and Perl program files into a format that is more or less recognized by Doxygen.
|
|
|
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-hug-02