8004834: Add doclint support into javadoc

Thu, 10 Jan 2013 19:36:13 -0800

author
jjg
date
Thu, 10 Jan 2013 19:36:13 -0800
changeset 592
1129fb75f611
parent 553
b845a2494261
child 593
cecfba251e4a

8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell

common/makefiles/javadoc/Javadoc.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/javadoc/Javadoc.gmk	Tue Jan 01 12:47:16 2013 -0800
     1.2 +++ b/common/makefiles/javadoc/Javadoc.gmk	Thu Jan 10 19:36:13 2013 -0800
     1.3 @@ -1,4 +1,4 @@
     1.4 -# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.5 +# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7  #
     1.8  # This code is free software; you can redistribute it and/or modify it
     1.9 @@ -271,6 +271,7 @@
    1.10  		-quiet					\
    1.11                  -use					\
    1.12                  -keywords				\
    1.13 +		-Xdoclint:none				\
    1.14  		$(ADDITIONAL_JAVADOCFLAGS)
    1.15  
    1.16  ifdef OPENJDK

mercurial