How to create one gigantic JavaDoc file?
July 9, 2007 8:34 AM
Subscribe
For-a-friend-filter: Help with JavaDoc.
Hive mind, I need your help.
I have about 1,000 files of Java 1.5 source code that has been meticulously documented with javadoc tags. I can use the javadoc tool to produce about 1,000 pages of HTML documenting my code. Now what I really want is a way to generate a single document from the javadoc. The single document could be word, or PDF, or whatever. I’ve looked at Suns MifDoclet, but it doesn’t work with JDK 1.5. Help!!!
posted by Khalad to computers & internet (3 comments total)
If you're going for fancy (rather than just ugly HTML that the browser will eat anyway), you can manually add the correct HTML head segment and the surrounding html-Tags.
posted by Herr Fahrstuhl at 9:09 AM on July 9, 2007