Documentation from src-code

Hello! Does anybody know a tool which can generate a documentation out of the source-code (something like "Javadoc")? How do you document your software?
[152 byte] By [martho] at [2007-11-18 19:28:17]
# 1 Re: Documentation from src-code
Try Doxygen: http://www.stack.nl/~dimitri/doxygen/
j0nas at 2007-11-11 1:17:03 >
# 2 Re: Documentation from src-code
There is also a program called cppdoc that can help you.
Caronte at 2007-11-11 1:18:03 >