8004834: Add doclint support into javadoc
authorjjg
Thu, 10 Jan 2013 19:36:13 -0800
changeset 15170 dc5d3102a97f
parent 14987 071cd56ff1ed
child 15171 15b8cd02927b
8004834: Add doclint support into javadoc Reviewed-by: erikj, tbell
common/makefiles/javadoc/Javadoc.gmk
--- a/common/makefiles/javadoc/Javadoc.gmk	Tue Jan 01 12:47:16 2013 -0800
+++ b/common/makefiles/javadoc/Javadoc.gmk	Thu Jan 10 19:36:13 2013 -0800
@@ -1,4 +1,4 @@
-# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -271,6 +271,7 @@
 		-quiet					\
                 -use					\
                 -keywords				\
+		-Xdoclint:none				\
 		$(ADDITIONAL_JAVADOCFLAGS)
 
 ifdef OPENJDK