How to generate android styled javadocs ?

Posted by Kaillash on Stack Overflow See other posts from Stack Overflow or by Kaillash
Published on 2010-05-13T05:44:13Z Indexed on 2010/05/18 11:30 UTC
Read the original article Hit count: 212

Filed under:
|

Hi,

Is it possible to generate android styled javadocs for my android project (like http://developer.android.com/reference/java/lang/String.html, instead of http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html)

Is it something regarding using of some custom doclet instead of standard doclet? If yes, then which one I have to use?

© Stack Overflow or respective owner

Related posts about android

Related posts about javadoc