Comma separated list of fields
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
In my program I have the following:
inpFileName, /// name of the input file outFileName, /// name of the output file tmpFileName: string; /// name of the temporary file
The output produced is this:
inpFileName (+) name of the temporary file
outFileName (+) name of the input file
tmpFileName (+) name of the output file
Anonymous