开发者

Android: How to provide AIDL files as source to javadoc?

Given that AIDL contain interface definitions, it is important to incorporate them into our javadoc. By default "Generate Javadoc" option in Eclipse only parse files with extension *.java. Is开发者_开发百科 there a javadoc extension for AIDL?


The best solution would be to run the Javadoc generator on the generated .java files the android plugin creates for you from your .aidl files. They are located in the gen folder in your project.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜