Suggestion for Android Javadoc and guide
I would like to offer javadocs for android app sdk I am working on. What is the best way to generate Javadoc that is comprehensive and includes links to android SDK? Do I need to use Maven for this? I would like very high quality doc开发者_StackOverflow中文版umentation like for Android SDK.
If you are using Eclipse, you can generate the javadocs using Project -> Generate Javadoc...
. As for the formatting you should use, I recommend starting here.
精彩评论