8179361: specify -javafx option for javadoc command

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2017-04-28 10:46:06 +02:00
parent 78781d86d6
commit e3c3a9461a

View File

@ -91,7 +91,7 @@ JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference
# 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)