8173354: javadoc warning notice for types in Incubator Modules
Reviewed-by: erikj, michaelm
This commit is contained in:
parent
7eb3a2d4cb
commit
ae27c394e7
@ -26,6 +26,7 @@ default: all
|
|||||||
|
|
||||||
include $(SPEC)
|
include $(SPEC)
|
||||||
include MakeBase.gmk
|
include MakeBase.gmk
|
||||||
|
include $(JDK_TOPDIR)/make/Tools.gmk
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
@ -180,6 +181,8 @@ DEFAULT_JAVADOC_TAGS := \
|
|||||||
-tag see \
|
-tag see \
|
||||||
-tag 'jvms:a:See <cite>The Java™ Virtual Machine Specification</cite>:' \
|
-tag 'jvms:a:See <cite>The Java™ Virtual Machine Specification</cite>:' \
|
||||||
-tag 'jls:a:See <cite>The Java™ Language Specification</cite>:' \
|
-tag 'jls:a:See <cite>The Java™ Language Specification</cite>:' \
|
||||||
|
-taglet build.tools.taglet.Incubating \
|
||||||
|
-tagletpath $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
|
||||||
#
|
#
|
||||||
|
|
||||||
DEFAULT_JAVADOC_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
|
DEFAULT_JAVADOC_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
|
||||||
@ -311,7 +314,7 @@ define SetupJavadocGenerationBody
|
|||||||
$1_INDEX_FILE := $$(JAVADOC_OUTPUTDIR)/$$($1_OUTPUT_DIRNAME)/index.html
|
$1_INDEX_FILE := $$(JAVADOC_OUTPUTDIR)/$$($1_OUTPUT_DIRNAME)/index.html
|
||||||
|
|
||||||
# Rule for actually running javadoc
|
# Rule for actually running javadoc
|
||||||
$$($1_INDEX_FILE): $$($1_VARDEPS_FILE) $$($1_PACKAGE_DEPS) $$($1_DEPS)
|
$$($1_INDEX_FILE): $(BUILD_TOOLS_JDK) $$($1_VARDEPS_FILE) $$($1_PACKAGE_DEPS) $$($1_DEPS)
|
||||||
$$(call LogWarn, Generating Javadoc from $$(words $$($1_PACKAGES)) package(s) for $$($1_OUTPUT_DIRNAME))
|
$$(call LogWarn, Generating Javadoc from $$(words $$($1_PACKAGES)) package(s) for $$($1_OUTPUT_DIRNAME))
|
||||||
$$(call MakeDir, $$(@D))
|
$$(call MakeDir, $$(@D))
|
||||||
ifneq ($$($1_PACKAGES_FILE), )
|
ifneq ($$($1_PACKAGES_FILE), )
|
||||||
@ -740,7 +743,7 @@ $(eval $(call IncludeCustomExtension, , Javadoc.gmk))
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
docs-javadoc: $(TARGETS)
|
docs-javadoc: $(BUILD_TOOLS_JDK) $(TARGETS)
|
||||||
|
|
||||||
docs-copy: $(COPY_TARGETS)
|
docs-copy: $(COPY_TARGETS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user