Contents 
 Index 
 "Perl Program Reference" 
 < Previous 
 Next > 

csh_comment_chg.pl File Reference

Changes the b shell script 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 b shell script 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 shell (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 csh_comment_chg.pl.


Define Documentation

#define comment_count   0
 



 "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