From 33d401c662bdf7a2a759ec39c94b1085939d6e10 Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Wed, 20 Aug 2025 17:01:21 +0800 Subject: [PATCH] addANIVersionControl Signed-off-by: LeechyLiang Change-Id: I7537d9182037cc13fc7e8b8ac2e6f7b69e6fd179 --- ani/ani.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ani/ani.h b/ani/ani.h index fa9278f31..c6c93665f 100644 --- a/ani/ani.h +++ b/ani/ani.h @@ -13,6 +13,25 @@ * limitations under the License. */ +/** + * @addtogroup ANI + * @{ + * + * @brief Describe the APIs of ANI. + * + * @syscap SystemCapability.ArkCompiler.ANI + * @since 20 + */ + +/** + * @file ani.h + * + * @brief Defines APIs of ANI. + * + * @syscap SystemCapability.ArkCompiler.ANI + * @since 20 + */ + #ifndef __ANI_H__ #define __ANI_H__ // NOLINTBEGIN -- Gitee