Hi
I am looking for a tool to help me doing Java Doc. I am done with my
program and now I would like to embellish/complete my javadoc. The
tool would take my source code and tell me Witch function does not
have any doc, missing param etc. Double click on the function will
bring to the javadoc bloc of that function I fix the problems, save
the go to next functions etc. Is there a Tool like this ? (like a
Eclipse plug-in)
Paul Kinnucan - 18 Dec 2003 18:36 GMT
>>>>> "Hugo" == Hugo Villeneuve <aerosteak@hotmail.com> writes:
Hugo> Hi I am looking for a tool to help me doing Java Doc. I am
Hugo> done with my program and now I would like to
Hugo> embellish/complete my javadoc. The tool would take my source
Hugo> code and tell me Witch function does not have any doc,
Hugo> missing param etc. Double click on the function will bring
Hugo> to the javadoc bloc of that function I fix the problems,
Hugo> save the go to next functions etc. Is there a Tool like this
Hugo> ? (like a Eclipse plug-in)
The Java Development Environment for Emacs (JDEE) has a javadoc tool
that does all that you ask and more. See http://jdee.sunsite.dk for
more information.
Paul