Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate android styled javadocs?

Is it possible to generate android styled javadocs for my android project (like http://developer.android.com/reference/java/lang/String.html, instead of https://docs.oracle.com/javase/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?

like image 620
Vasu Avatar asked May 13 '10 05:05

Vasu


2 Answers

you could use doclava its the doclet that guice uses and has the same template engine clearsilver(jsilver)..

like image 169
Fred Grott Avatar answered Sep 23 '22 11:09

Fred Grott


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

like image 32
Edwin Buck Avatar answered Sep 22 '22 11:09

Edwin Buck