Does anyone know of any applications which can automatically generate
documentation (e.g. a reference API manual, an HTLM-based API  . . .) from
structured comments in the code?  I am looking for something similar to
"javadoc" which comes with Java, or better yet Doxygen which can be used on
numerous languages (except for Ada to my knowledge).

Thanks

-John