Skip to content

Commit a4e97aa

Browse files
committed
8314753: Remove support for @beaninfo, @todo, @since.unbundled, and @note
Reviewed-by: rriggs, azvegint, kevinw
1 parent 5cc64cc commit a4e97aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

make/Docs.gmk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) )
6666
# In order to get a specific ordering it's necessary to specify the total
6767
# ordering of tags as the tags are otherwise ordered in order of definition.
6868
JAVADOC_TAGS := \
69-
-tag beaninfo:X \
70-
-tag since.unbundled:X \
71-
-tag Note:X \
72-
-tag ToDo:X \
7369
-tag 'apiNote:a:API Note:' \
7470
-tag 'implSpec:a:Implementation Requirements:' \
7571
-tag 'implNote:a:Implementation Note:' \

0 commit comments

Comments
 (0)