8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes

Reviewed-by: jjg, mchung, tbell
This commit is contained in:
Kumar Srinivasan 2017-10-20 11:42:36 -07:00
parent ec1c3bce45
commit 78448a41ec

View File

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