8175036: All API docs should be built for HTML 5
Reviewed-by: erikj
This commit is contained in:
parent
050e5f99f5
commit
d28d3f3d59
@ -84,7 +84,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 \
|
||||
--expand-requires transitive
|
||||
-html5 --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