From 3df218ccd2e4debf25623866b2f53ca8b2e91c16 Mon Sep 17 00:00:00 2001 From: Liuhua Date: Fri, 7 Feb 2025 08:09:32 +0000 Subject: [PATCH 1/2] update README.md. Signed-off-by: Liuhua --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 959da5d1f..3bee2ae53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # API声明文件公共仓 -## 简介 +## 简介 + [C API](https://gitee.com/openharmony-sig/interface_sdk_c/blob/master/docs/user_guide.md)公共仓,用来提交 C API 声明头文件。OpenHarmony C API接口是操作系统提供给应用使用C/C++语言生态库的系统C接口, 是系统与应用的C能力契约;这些接口需要保持足够的稳定性。C API接口当前按照功能组织放到各个领域目录下,具体目录如下。 -- Gitee From 39e8368d7e6992a49de08c0712ab9449e867ff2b Mon Sep 17 00:00:00 2001 From: Liuhua Date: Fri, 7 Feb 2025 09:35:45 +0000 Subject: [PATCH 2/2] update AbilityKit/ability_base/want.h. Signed-off-by: Liuhua --- AbilityKit/ability_base/want.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AbilityKit/ability_base/want.h b/AbilityKit/ability_base/want.h index 49110a541..8f927a77f 100644 --- a/AbilityKit/ability_base/want.h +++ b/AbilityKit/ability_base/want.h @@ -13,6 +13,8 @@ * limitations under the License. */ + + /** * @addtogroup AbilityBase * @{ -- Gitee