OpenJDK / jdk / jdk
changeset 47429:aa31c0a9ebca
8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
Reviewed-by: jjg, mchung, tbell
author | ksrini |
---|---|
date | Fri, 20 Oct 2017 11:42:36 -0700 |
parents | d72d7d55c765 |
children | e6f53ff13373 |
files | make/Docs.gmk |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)