javadoc html5

This commit is contained in:
astrelsky
2019-12-12 22:47:09 -05:00
parent 3eb130123b
commit 3bdf049d44
136 changed files with 428 additions and 425 deletions
+3
View File
@@ -60,6 +60,9 @@ task createJavadocs(type: Javadoc, description: 'Generate javadocs for all proje
options.addBooleanOption("-no-module-directories", true)
}
// generate documentation using html5
options.addBooleanOption("html5", true)
// Some internal packages are not public and need to be exported.
options.addMultilineStringsOption("-add-exports").setValue(["java.desktop/sun.awt.image=ALL-UNNAMED",
"java.desktop/sun.awt=ALL-UNNAMED",