Java: How can I create good looking class docs with Javadoc?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-03-28T15:40:43Z Indexed on 2010/03/28 15:43 UTC
Read the original article Hit count: 188

Filed under:
|
|

I'd like to create HTNML documentation for a Java class library that includes

  • programming guide information - beyond just a class reference
  • code examples in the reference doc
  • collapsible regions

I want it to look well-styled. Something like this:

alt text

I think that Javadoc exposes a doclet API that allows other parties to provide doc generation integrated in Javadoc. Is there a doclet option that I can use (for free) that does something a little nicer than the standard javadoc output?

I tried googling for this but no luck. Suggestions?

© Stack Overflow or respective owner

Related posts about java

Related posts about javadoc