print javadoc to one single file
843810Aug 14 2005 — edited Sep 12 2005Hello,
I was wondering if it is possible to print the whole javadoc documentation to one single file? The reason why I need this is that I would like print the API-documentation and import it in another document. I have about 600+ classes, so copying the files one by one is really my last resort :)
I browsed through the documentaiton, but I couldn't find anything useful. Do I need another doclet implementation? Anything that does the job is welcome, as long as it understands the JDK 1.5 features.
Thanks in advance.