Android Studio - Gradle generate specific javadoc files
问题 I need to generate some javadoc for a project that contains 3 modules, and I only need specific files from each module. In Android Studio I can go Tools -> Generate JavaDoc and then set custom scope, and selectively choose the files I want and it aggregates them into a single javadoc folder, but this won't work for our automated build. I can't figure out how to do this on the gradle command line? Every example is some variation of this task task javadoc(type: Javadoc) { source = android