changeset 2555:6832b2d9d1ae

8175036: All API docs should be built for HTML 5 Reviewed-by: erikj
author ihse
date Fri, 21 Apr 2017 11:31:09 +0200
parents 118722fb3973
children e7f726bdc75d
files make/Javadoc.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)