Skip to content

Commit b87bff8

Browse files
qiiduansishu
authored and
duansishu
committed
chore: add Doclava to remove @hidden method from javadoc
1 parent ddde62a commit b87bff8

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

library/scene/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ task javadoc(type: Javadoc) {
2121
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
2222
destinationDir = file("../javadoc/scene/")
2323
failOnError false
24+
title = null
25+
26+
options {
27+
doclet = "com.google.doclava.Doclava"
28+
docletpath(new File(project.rootDir, "tools/doclava-1.0.6.jar"))
29+
locale "en_US"
30+
encoding "UTF-8"
31+
}
2432
}

library/scene_ui/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ task javadoc(type: Javadoc) {
2121
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
2222
destinationDir = file("../javadoc/scene_ui/")
2323
failOnError false
24+
title = null
25+
26+
options {
27+
doclet = "com.google.doclava.Doclava"
28+
docletpath(new File(project.rootDir, "tools/doclava-1.0.6.jar"))
29+
locale "en_US"
30+
encoding "UTF-8"
31+
}
2432
}

tools/doclava-1.0.6.jar

1.72 MB
Binary file not shown.

0 commit comments

Comments
 (0)