views:

136

answers:

1

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?

+1  A: 

Apparently it's a custom docklet called DroidDoc. You can look here for a description of the "droid doc" build process.

Edwin Buck
I already read that but not succeeded. Could you guide me, if you know, how to accomplish this? It would be better if this may be done using eclipse.
Kaillash