ROBODoc
|
ROBODoc is a documentation tool similar to javadoc. It is used to extract API documentation from source code. It can be used with any language that supports remarks and works by extracting specially formated headers. These are then reformatted into HTML, DocBook, TROFF, ASCII, LaTeX, PDF, or RTF.
It can be used to document any programming artifact, such as: classes, functions, tests, makefile entries, etc.
See also
External links
- ROBODoc Homepage (http://www.xs4all.nl/~rfsber/Robo/robodoc.html)