From 78448a41eca86d6551c6192e86d3ebcde6083d56 Mon Sep 17 00:00:00 2001 From: Kumar Srinivasan Date: Fri, 20 Oct 2017 11:42:36 -0700 Subject: [PATCH] 8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes Reviewed-by: jjg, mchung, tbell --- make/Docs.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index eb40cfe1a19..0ed30fc5320 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -103,7 +103,8 @@ JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference # 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)