changeset 2562:55b9ec67de79

8179361: specify -javafx option for javadoc command Reviewed-by: erikj
author ihse
date Fri, 28 Apr 2017 10:46:06 +0200
parents 7f290cff26cd
children a09f8a1f40ef
files make/Javadoc.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Javadoc.gmk	Thu Apr 27 21:16:00 2017 +0000
+++ b/make/Javadoc.gmk	Fri Apr 28 10:46:06 2017 +0200
@@ -91,7 +91,7 @@
 # The initial set of options for javadoc
 JAVADOC_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
     -serialwarn -encoding ISO-8859-1 -breakiterator -splitIndex --system none \
-    -html5 --expand-requires transitive
+    -html5 -javafx --expand-requires transitive
 
 # Should we add DRAFT stamps to the generated javadoc?
 ifeq ($(VERSION_IS_GA), true)