8179361: specify -javafx option for javadoc command
Reviewed-by: erikj
This commit is contained in:
parent
78781d86d6
commit
e3c3a9461a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user