开发者

How to generate android styled javadocs?

开发者 https://www.devze.com 2022-12-30 07:14 出处:网络
Is it possible to generate android styled javadocs for my android project (like http://developer.android.co开发者_开发问答m/reference/java/lang/String.html, instead of https://docs.oracle.com/javase/1

Is it possible to generate android styled javadocs for my android project (like http://developer.android.co开发者_开发问答m/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?


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消