8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
Reviewed-by: jjg, mchung, tbell
This commit is contained in:
parent
ec1c3bce45
commit
78448a41ec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user