We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a611399 commit 74f84b9Copy full SHA for 74f84b9
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