OpenJDK / jdk / hs
changeset 49558:ce86061aff12
8199705: Docs.gmk needs to be updated to remove the -html5 option
Reviewed-by: erikj
author | bpatel |
---|---|
date | Mon, 26 Mar 2018 21:30:33 -0700 |
parents | d2fd2581325b |
children | 752ecccb0b7f |
files | make/Docs.gmk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/Docs.gmk Mon Mar 26 18:07:24 2018 -0700 +++ b/make/Docs.gmk Mon Mar 26 21:30:33 2018 -0700 @@ -108,7 +108,7 @@ # 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 -javafx --expand-requires transitive \ --override-methods=summary # The reference options must stay stable to allow for comparisons across the