File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,14 @@ JAVA_WARNINGS_ARE_ERRORS ?= -Werror
110
110
JAVADOC_OPTIONS := -use -keywords -notimestamp \
111
111
-encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
112
112
-splitIndex --system none -javafx --expand-requires transitive \
113
+ --enable-preview -source $(JDK_SOURCE_TARGET_VERSION) \
113
114
--override-methods=summary
114
115
115
116
# The reference options must stay stable to allow for comparisons across the
116
117
# development cycle.
117
118
REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
118
119
-encoding ISO-8859-1 -breakiterator -splitIndex --system none \
120
+ --enable-preview -source $(JDK_SOURCE_TARGET_VERSION) \
119
121
-html5 -javafx --expand-requires transitive
120
122
121
123
# Should we add DRAFT stamps to the generated javadoc?
You can’t perform that action at this time.
0 commit comments