OpenJDK / amber / amber
changeset 46087:2937d486bb2e
8185752: update javadoc options in make/Docs.gmk
Reviewed-by: tbell
author | jjg |
---|---|
date | Fri, 04 Aug 2017 10:59:28 -0700 |
parents | 373965429061 |
children | d75472163401 |
files | make/Docs.gmk |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/make/Docs.gmk Thu Aug 24 16:34:07 2017 +0200 +++ b/make/Docs.gmk Fri Aug 04 10:59:28 2017 -0700 @@ -101,9 +101,9 @@ JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference # The initial set of options for javadoc -JAVADOC_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \ - -serialwarn -encoding ISO-8859-1 -breakiterator -splitIndex --system none \ - -html5 -javafx --expand-requires transitive +JAVADOC_OPTIONS := -use -keywords -notimestamp \ + -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \ + -splitIndex --system none -html5 -javafx --expand-requires transitive # Should we add DRAFT stamps to the generated javadoc? ifeq ($(VERSION_IS_GA), true)