common/makefiles/javadoc/Javadoc.gmk
changeset 15170 dc5d3102a97f
parent 14466 2f85b948660b
child 15172 ddb13fe8f537
equal deleted inserted replaced
14987:071cd56ff1ed 15170:dc5d3102a97f
     1 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 #
     3 #
     4 # This code is free software; you can redistribute it and/or modify it
     4 # This code is free software; you can redistribute it and/or modify it
     5 # under the terms of the GNU General Public License version 2 only, as
     5 # under the terms of the GNU General Public License version 2 only, as
     6 # published by the Free Software Foundation.  Oracle designates this
     6 # published by the Free Software Foundation.  Oracle designates this
   269 COMMON_JAVADOCFLAGS =					\
   269 COMMON_JAVADOCFLAGS =					\
   270                 -XDignore.symbol.file=true              \
   270                 -XDignore.symbol.file=true              \
   271 		-quiet					\
   271 		-quiet					\
   272                 -use					\
   272                 -use					\
   273                 -keywords				\
   273                 -keywords				\
       
   274 		-Xdoclint:none				\
   274 		$(ADDITIONAL_JAVADOCFLAGS)
   275 		$(ADDITIONAL_JAVADOCFLAGS)
   275 
   276 
   276 ifdef OPENJDK
   277 ifdef OPENJDK
   277   ADDITIONAL_JAVADOCFLAGS =				\
   278   ADDITIONAL_JAVADOCFLAGS =				\
   278                 -Xdocrootparent $(DOCS_BASE_URL)
   279                 -Xdocrootparent $(DOCS_BASE_URL)