From a4e97aa4ebe6fcfc3ed9e45ed81df1d55e52d621 Mon Sep 17 00:00:00 2001 From: Pavel Rappo Date: Tue, 29 Aug 2023 12:00:19 +0000 Subject: [PATCH] 8314753: Remove support for @beaninfo, @ToDo, @since.unbundled, and @Note Reviewed-by: rriggs, azvegint, kevinw --- make/Docs.gmk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index a9985ffa4d8..5f9ec99fcae 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -66,10 +66,6 @@ MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) ) # In order to get a specific ordering it's necessary to specify the total # ordering of tags as the tags are otherwise ordered in order of definition. JAVADOC_TAGS := \ - -tag beaninfo:X \ - -tag since.unbundled:X \ - -tag Note:X \ - -tag ToDo:X \ -tag 'apiNote:a:API Note:' \ -tag 'implSpec:a:Implementation Requirements:' \ -tag 'implNote:a:Implementation Note:' \