Contents 
 Index 
 "TPT User's Guide" 
 < Previous 
 Next > 

dox_bug_filter.pl

Input filter for Doxygen for most C/C++ code files. This changes code comments and other items on-the-fly so that it can be more effectively processed by Doxygen.

In particular, the Voyant coding standard calls for //! comments. However, these comments are not interpreted as blocks even when placed together. Sometimes comments from a file header were being placed on code items.

By changing the comment style to be C-style, a true comment block could be created with no misinterpretation.

Other changes that this file does include:

• formatting some auto-generated classes to be correct for extraction.

• replacing @_bug with @_lim so that the word “bug” never appears in our output.



 "TPT User's Guide" 
 < Previous 
 Next > 


Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003

TP Tools v2-00-0a

# tpt-hug-02