I really don't like the basic-ness of the default Javadocs. I like the look and functionality of this one better. What are some other templates/doclets I can use for generating better JavaDoc pages?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
http://www.filigris.com/products/docflex_javadoc/templates.php Here's a pretty good source for various templates. |
||||
|
|
|
You can use Doxygen which allows you to supply your own CSS or even modify the layout of the pages. Here is the relevant page of the manual. |
||||
|
|
|
Yo can also check out the JavaDoc CSS on this similar StackOverflow post: http://stackoverflow.com/questions/1499967/javadoc-style-sheets |
||||
|
|
