common/makefiles/javadoc/Javadoc.gmk

changeset 592
1129fb75f611
parent 518
6ff2e1280dc3
child 594
2e12a508d7ae
     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