@author name-text
Adds an "Author" entry with the specified name-text
to the generated docs when the -author option is used. A doc comment
may contain multiple @author tags. You can specify one name per
@author tag or multiple names per tag. The entire text is simply
copied to the generated document without being parsed. Therefore,
you can use multiple names per line if you want a localized name
separator other than comma.
{*------------------------------------------------------------------------------
Base of all Generator
The Generator component build a formatted file
with the data from the
extractor. All Generator will descend from the
TDOCGenerator describe in this
unit.
http://dephicodetodoc.sourceforge.net/
Copyright TridenT 2003 - Under GNU GPL licence
@Author
TridenT
@Version 2003/12/01 TridenT v0.0 Initial revision
@Todo Add ToDo comments (optional)
-------------------------------------------------------------------------------} unit DocGen;
...