@cvs tag
PasDoc understands text generated by CVS or SVN for $Author$ and $Date$ keywords if they are inside the parameters of a @cvs tag. $Author: …$ text will be used as if it was specified in @author tag and $Date: …$ text will be used as if it was specified in @lastmod tag.
Example:
{ @cvs($Date: 2003/05/20 20:45:05 $)
@cvs($Author: Thomas Mueller <some@email.here> $) }
For PasDoc this is equivalent to
{ @lastmod(2003/05/20 20:45:05)
@author(Thomas Mueller <some@email.here>) }