I really don't like the way the default Javadocs look. I like the look of this one better. What are some other templates/doclets I can use for generating better JavaDoc pages?
Asked
Active
Viewed 1,293 times
5
-
1'Better looking' is in the eye of the beholder. This really isn't a good fit for Stack Overflow. – Tim Post Jun 22 '11 at 18:26
-
1Err, I think everyone would agree that the Javadoc link I posted in the question is better than the default one. And even if we take out the "look" the second one is more functional (has a search bar and a version drop down). So why is my question invalid? I am looking for other such good doclets given that I ran into my example by accident. Where shall I ask this question then?? – pathikrit Jun 22 '11 at 19:59
-
The one you are linking to is produced by [Doclava](http://code.google.com/p/doclava/). I'm not totally sure that is is really more functional - it is missing the list of all classes, for example. For "better looking", you can simply use another stylesheet with the standard doclet. – Paŭlo Ebermann Jun 24 '11 at 13:42
-
2Unrelated: Why the hell do they put the (generated) javadocs into the SVN repository? – Paŭlo Ebermann Jun 24 '11 at 13:44