Hello. During building add-on for Android SDK 2.1 I had some problem with javadoc documentation:
1) In "All Classes" table from JavaDocs (displayed in browser) , I see double class names. I saw same problem in standard add-on "addon_google_apis_google_inc_7", but in "addon_google_apis_google_inc_8" everything ok. 2) When I try to build droidoc for add-on (use LOCAL_DROIDDOC_USE_STANDARD_DOCLET := false in Android.mk file), it is no packeges.html file in reference folder and it make impossible to see "class index" page. 3) Main problem it is - how hide methods which marked with "@hide". In sample add-on (from /bender/vendor/sample) in Android.mk file is used standard doclet (LOCAL_DROIDDOC_USE_STANDARD_DOCLET := true), but this doclet don't know tag hide. But when I using droiddoc doclet, I have problem number 2. Is anyone have same problems, or can give some advise? Regards, Artem Kalachev. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

