common/makefiles/javadoc/Javadoc.gmk

changeset 592
1129fb75f611
parent 518
6ff2e1280dc3
child 594
2e12a508d7ae
equal deleted inserted replaced
553:b845a2494261 592:1129fb75f611
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)

mercurial