8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
authorksrini
Fri, 20 Oct 2017 11:42:36 -0700
changeset 47429 aa31c0a9ebca
parent 47428 d72d7d55c765
child 47431 e6f53ff13373
8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes Reviewed-by: jjg, mchung, tbell
make/Docs.gmk
--- a/make/Docs.gmk	Tue Oct 17 16:51:11 2017 -0700
+++ b/make/Docs.gmk	Fri Oct 20 11:42:36 2017 -0700
@@ -103,7 +103,8 @@
 # The initial set of options for javadoc
 JAVADOC_OPTIONS := -use -keywords -notimestamp \
     -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
-    -splitIndex --system none -html5 -javafx --expand-requires transitive
+    -splitIndex --system none -html5 -javafx --expand-requires transitive \
+    --override-methods=summary
 
 # Should we add DRAFT stamps to the generated javadoc?
 ifeq ($(VERSION_IS_GA), true)