File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,12 @@ task javadoc(type: Javadoc) {
21
21
classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
22
22
destinationDir = file(" ../javadoc/scene/" )
23
23
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
+ }
24
32
}
Original file line number Diff line number Diff line change @@ -21,4 +21,12 @@ task javadoc(type: Javadoc) {
21
21
classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
22
22
destinationDir = file(" ../javadoc/scene_ui/" )
23
23
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
+ }
24
32
}
You can’t perform that action at this time.
0 commit comments