开发者

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

开发者 https://www.devze.com 2023-01-18 04:47 出处:网络
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开发者_

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

精彩评论

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