8175036: All API docs should be built for HTML 5

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2017-04-21 11:31:09 +02:00
parent 050e5f99f5
commit d28d3f3d59

View File

@ -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)