changeset 637:1129fb75f611

8004834: Add doclint support into javadoc Reviewed-by: erikj, tbell
author jjg
date Thu, 10 Jan 2013 19:36:13 -0800
parents b845a2494261
children cecfba251e4a
files common/makefiles/javadoc/Javadoc.gmk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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