Contents 
 Index 
 "Perl Program Reference" 
 < Previous 
 Next > 

dox_chg_not.pl File Reference

Tool for Doxygen for most C/C++ code files. More...

Go to the source code of this file.

Functions

Variables


Detailed Description

Tool for Doxygen for most C/C++ code files.

This changes Doxgyen commands to a style that is more readable. Forward and backward slashes make my eyes dizzy and aren't in the JavaDoc convention.

This file isn't used any more. Back when we started using Doxygen, we did not have a good handle on how to structure comments, how to format commands, etc. This tool fixes a mistaken direction taken in the early efforts.

Parameters:
Input  source file.
Returns:
Output is file with changes.
Author:
Glenn C. Maxey

Definition in file dox_chg_not.pl.


Function Documentation

if /\\note/   
 

Definition at line 92 of file dox_chg_not.pl.

if /\@lim/   
 

Definition at line 88 of file dox_chg_not.pl.

if /\\ingroup/   
 

Definition at line 84 of file dox_chg_not.pl.

if /\\return/   
 

Definition at line 80 of file dox_chg_not.pl.

if /\\retval/   
 

Definition at line 76 of file dox_chg_not.pl.

if /\\brief/   
 

Definition at line 72 of file dox_chg_not.pl.

if /\\param/   
 

Definition at line 68 of file dox_chg_not.pl.


Variable Documentation

NEW_LINE __pad0__
 

Definition at line 65 of file dox_chg_not.pl.



 "Perl Program Reference" 
 < Previous 
 Next > 



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

TP Tools v2-00-0a

# tpt-perl-hcr-02