The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The JDK build has switched on the "-html5" option for building their docs. See JDK-8175036. We need to do this for FX as well to be in sync. Our docs are already doclint clean in html5 mode.
Comments
Changeset: 93b4e859536e
Author: kcr
Date: 2017-04-28 15:19 -0700
URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/93b4e859536e
8179454: Build FX docs for HTML 5
Reviewed-by: ddhill
29-04-2017
+1
28-04-2017
Here is the patch:
diff --git a/build.gradle b/build.gradle
--- a/build.gradle
+++ b/build.gradle
@@ -3564,6 +3564,7 @@
}
options.addBooleanOption("XDignore.symbol.file").setValue(true);
options.addBooleanOption("Xdoclint:${DOC_LINT}").setValue(IS_DOC_LINT);
+ options.addBooleanOption("html5").setValue(true);
options.addBooleanOption("javafx").setValue(true);
options.addBooleanOption("use").setValue(true);