I have a third-party library in the form of a jar containing only class files.
I'd like to be able to run javadoc (or some other tool) and generate a reference to the library API calls that I can make.
I know I'm not going to get many useful comments, but I'm not expecting that. I just want the auto-generated summary of the classes and calls.
What is the best way to go about doing this?
EDIT: As good as jad is, it doesn't generate perfect code. Consequently, javadoc complains. Is there any way to tell javadoc to ignore the errors and generate documentation as best as it can?