On 2017-01-27 13:01, Erik Joelsson wrote:
Hello,
Please review this change to javadoc generation, adding the new
--no-frames option to the command line.
Bug: https://bugs.openjdk.java.net/browse/JDK-8167977
Patch:
diff -r b88023f46daa make/Javadoc.gmk
--- a/make/Javadoc.gmk
+++ b/make/Javadoc.gmk
@@ -186,7 +186,7 @@
#
DEFAULT_JAVADOC_OPTIONS := -XDignore.symbol.file=true -use -keywords
-notimestamp \
- -serialwarn -encoding ISO-8859-1 -breakiterator --system none
+ -serialwarn -encoding ISO-8859-1 -breakiterator --system none
--no-frames
################################################################################
# Setup make rules for running javadoc.
Looks good to me.
/Magnus