Skip to content

Commit 2598360

Browse files
committed
Only generate JavaDoc for public classes and methods
1 parent cbb890a commit 2598360

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ task sourcesJar(type: Jar) {
2727

2828
task javadoc(type: Javadoc) {
2929
failOnError false
30+
options.memberLevel = JavadocMemberLevel.PUBLIC
3031
source = android.sourceSets.main.java.sourceFiles
3132
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
3233
classpath += configurations.compile

0 commit comments

Comments
 (0)