Automatic javadoc tool?

Hello,

Are there any tools which automate the process of using javadoc?

I am talking about a program which analyzes a .java file and adds a skeleton documentation ready for extension (each method with its parameters and so on), which can later be used to generate HTML files using javadoc.

Thanks.

[322 byte] By [lonolfa] at [2007-10-3 6:43:57]
# 1
You might find something on the Javadoc FAQ page if you search for "template": http://java.sun.com/j2se/javadoc/faqThis page hasn't been updated in years, though.Or this website: http://doclet.com/
dhkramera at 2007-7-15 1:33:27 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...