|
ROBODoc is a documentation tool similar to javadoc.
It is used to extract API documentation from sourcecode.
It can be used with any language that supports remarks and works
by extracting specially formated headers. These are then reformatted
into HTML, RTF, LaTeX, or DocBook.
It can be used to document any programming artifact, such as: classes, functions, tests, makefile entries, etc.
See also: javadoc, Synopsis, DOC++, Doxygen
External links
|