TDoc is a javadoc like tool for C/C++. It is written
in java and requires a java2 VM. It uses a subset of
the javadoc tag: @param, @exception, @author, @version,
@see.
It includes a parser and pluggable generators. There
are 2 html generators, one old and somewhat buggy,
with less features, but with no dependencies, and one
much better that is using velocity from apache/jakarta.
There is also a generator that generates .cpp from a
.hpp.
It only parses header files!
Velocity is not included but can be fetched from:
http://jakarta.apache.org/builds/jakarta-velocity/release/
TDoc works with both version 1.1 and 1.2 of velocity.
After you unpack the TDoc.zip read the docs/tdoc.html
file for more information, or go directly to my homepage.