How to generate android styled javadocs?

北战南征 提交于 2019-11-29 11:48:58

问题


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:


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




回答2:


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



来源:https://stackoverflow.com/questions/2824630/how-to-generate-android-styled-javadocs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!