RFR: JDK-8175036 All API docs should be built for HTML 5 (original) (raw)

Erik Joelsson erik.joelsson at oracle.com
Fri Apr 21 08:03:05 UTC 2017


Looks good to me.

/Erik

On 2017-04-21 00:20, Magnus Ihse Bursie wrote:

We should switch all uses of the javadoc tool to generate documentation in HTML 5, using the -html5 option.

Bug: https://bugs.openjdk.java.net/browse/JDK-8175036 Patch inline: diff --git a/make/Javadoc.gmk b/make/Javadoc.gmk --- a/make/Javadoc.gmk +++ b/make/Javadoc.gmk @@ -84,7 +84,7 @@ # The initial set of options for javadoc JAVADOCOPTIONS := -XDignore.symbol.file=true -use -keywords _-notimestamp _ -serialwarn -encoding ISO-8859-1 -breakiterator -splitIndex _--system none _ - --expand-requires transitive + -html5 --expand-requires transitive # Should we add DRAFT stamps to the generated javadoc? ifeq ($(VERSIONISGA), true) /Magnus



More information about the build-dev mailing list