# HG changeset patch # User ihse # Date 1493369166 -7200 # Node ID d9f6608f924e1493c37deb5be84a9ee7c1335777 # Parent a09dd07ae1b4e503182b5c9e5ec0830371e4b886 8179361: specify -javafx option for javadoc command Reviewed-by: erikj diff -r a09dd07ae1b4 -r d9f6608f924e make/Javadoc.gmk --- 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)