We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a611399 commit 17b6eb4Copy full SHA for 17b6eb4
make/Docs.gmk
@@ -104,7 +104,8 @@ JAVADOC_OPTIONS := -use -keywords -notimestamp \
104
# development cycle.
105
REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
106
-serialwarn -encoding utf-8 -breakiterator -splitIndex --system none \
107
- -html5 -javafx --expand-requires transitive
+ -html5 -javafx --expand-requires transitive \
108
+ -XDaccessInternalAPI
109
110
# Should we add DRAFT stamps to the generated javadoc?
111
ifeq ($(VERSION_IS_GA), true)
0 commit comments