8175036: All API docs should be built for HTML 5
authorihse
Fri, 21 Apr 2017 11:31:09 +0200 (2017-04-21)
changeset 44732 c43bf5c360d5
parent 44731 1038bd1a3338
child 44733 6505f00be6f2
8175036: All API docs should be built for HTML 5 Reviewed-by: erikj
make/Javadoc.gmk
--- a/make/Javadoc.gmk	Fri Apr 21 03:33:47 2017 +0000
+++ b/make/Javadoc.gmk	Fri Apr 21 11:31:09 2017 +0200
@@ -84,7 +84,7 @@
 # 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)