8080722: Revisit how to check for doclint reference warning during the build
authordarcy
Mon, 13 Jul 2015 09:29:01 -0700
changeset 31567 626eeea487f8
parent 31564 9b3a9d72f07b
child 31579 cf808b157b5e
8080722: Revisit how to check for doclint reference warning during the build Reviewed-by: alanb
make/Javadoc.gmk
--- a/make/Javadoc.gmk	Wed Jul 05 20:41:30 2017 +0200
+++ b/make/Javadoc.gmk	Mon Jul 13 09:29:01 2015 -0700
@@ -410,7 +410,8 @@
 	$(prep-target)
 	@($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
-          $(call OptionOnly,-Xdoclint:none) ; \
+          $(call OptionOnly,-Xdoclint:reference) ; \
+          $(call OptionOnly,-Xdoclint/package:-org.omg.*) ; \
 	  $(call OptionPair,-sourcepath,$(RELEASEDOCS_SOURCEPATH)) ; \
 	  $(call OptionPair,-encoding,ISO-8859-1) ; \
 	  $(call OptionOnly,-splitIndex) ; \