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.

