From 0b42064e14f3a919171ec013afc329f8758b4138 Mon Sep 17 00:00:00 2001 From: bailu1992 Date: Tue, 25 Jun 2024 16:10:12 +0800 Subject: [PATCH] Adding kit tags Signed-off-by: bailu1992 --- interfaces/kits/c/oh_sensor.h | 2 +- interfaces/kits/c/oh_sensor_type.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/c/oh_sensor.h b/interfaces/kits/c/oh_sensor.h index 2f63c219..3c9b54dd 100644 --- a/interfaces/kits/c/oh_sensor.h +++ b/interfaces/kits/c/oh_sensor.h @@ -23,7 +23,7 @@ */ /** * @file oh_sensor.h - * + * @kit SensorServiceKit * @brief Declares the APIs for operating sensors, including obtaining sensor information and subscribing to or * unsubscribing from sensor data. * @library libohsensor.so diff --git a/interfaces/kits/c/oh_sensor_type.h b/interfaces/kits/c/oh_sensor_type.h index f4d51c5b..e0ab040e 100644 --- a/interfaces/kits/c/oh_sensor_type.h +++ b/interfaces/kits/c/oh_sensor_type.h @@ -24,7 +24,7 @@ /** * @file oh_sensor_type.h - * + * @kit SensorServiceKit * @brief Declares the common sensor attributes. * @library libohsensor.so * @syscap SystemCapability.Sensors.Sensor -- Gitee