java documentation (not java docs) utility tool

Hi all,

This sounds crazy but I have a question about any tool that generates java documentation (not java docs generation though).

In my new job, there are tons of java classes with not class/method level documentation. It is being a tedious task to add documentation thus wondering if there is any open source utility tool that is intutive enough to auto generate high level java documentation based on what the method does.

Any input is higly appreciated.

Thanks in advance.

[508 byte] By [kollareddya] at [2007-11-26 20:21:46]
# 1

Basically I want the tool to auto generate the following java doc compliant documentation block for a method in the source code:

/***

* This method handles the CRUD requests.

* @param XXX

* @return YYY

* @throws Exception

* @see xyz.x.y.z

*/

public void x(int z ) throws Exception;

Any help is highly appreciated.

Thanks in advance.

kollareddya at 2007-7-10 0:46:50 > top of Java-index,Java Essentials,Java Programming...