Search code examples
javajavadoc

Generating single page HTML JavaDoc


I want to generate a single HTML file from all Java source files of a project. Generally, JavaDoc generates multiple HTML pages linked together, but I want to have everything in one page. Is that possible?


Solution

  • Well I was able to get a PDF out of my JavaDoc using PDF Doclet.