pl_comment_chg3.pl File Reference
Changes the perl files so that it "looks" like a C file with respect to the comment format and function names.
More...
Go to the source code of this file.
Defines
Detailed Description
Changes the perl files so that it "looks" like a C file with respect to the comment format and function names.
This is intended as an input filter to Doxygen.
-
Parameters:
-
Input |
file that uses Perl (hash-hash-bang) comments. |
-
Returns:
-
Output is a file that uses C-style comments required by Doxygen.
If a line begins with hash-hash-bang, it is considered part of a Doxygen comment block. Lines that only have hash are turned into // comments and are later ignored by Doxygen.
-
Author:
-
Glenn C. Maxey
Definition in file pl_comment_chg3.pl.
Define Documentation
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-perl-hcr-02