From e1289a8d4c5fa3ccc7fadd62c973ff05a99d4cd7 Mon Sep 17 00:00:00 2001 From: sam_wusb Date: Wed, 25 Dec 2024 06:02:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20build-tools/capi=5Fparser/src/typedef/?= =?UTF-8?q?check/check.py.=20=E3=80=90PR=E6=B5=8B=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E8=AF=B7=E5=8B=BF=E5=90=88=E5=85=A5=E3=80=91CI=E9=97=A8?= =?UTF-8?q?=E7=A6=81=E7=9B=B8=E5=85=B3=E6=B5=8B=E8=AF=95=EF=BC=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=AF=B7=E5=8B=BF=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sam_wusb --- build-tools/capi_parser/src/typedef/check/check.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-tools/capi_parser/src/typedef/check/check.py b/build-tools/capi_parser/src/typedef/check/check.py index 65eb13968..89ef3781b 100644 --- a/build-tools/capi_parser/src/typedef/check/check.py +++ b/build-tools/capi_parser/src/typedef/check/check.py @@ -17,11 +17,11 @@ import enum class TAGS(enum.Enum): - ADD_TO_GROUP = 'addtogroup' - BRIEF = 'brief' + ADD_TO_GROUP = 'addtogroup' + BRIEF = 'brief' DEPRECATED = 'deprecated' FILE = 'file' - LIBRARY = 'library' + LIBRARY = 'library' PARAM = 'param' PERMISSION = 'permission' RETURN = 'return' -- Gitee