diff --git a/interfaces/kits/c/vibrator.h b/interfaces/kits/c/vibrator.h index e01fe0e8a159247a9b85d2e97fc37a2b631deb96..ee1273d3361008704acd4261da9db09587e99949 100644 --- a/interfaces/kits/c/vibrator.h +++ b/interfaces/kits/c/vibrator.h @@ -23,7 +23,7 @@ /** * @file vibrator.h - * + * @kit SensorServiceKit * @brief Declares the APIs for starting or stopping vibration. * @library libohvibrator.z.so * @syscap SystemCapability.Sensors.MiscDevice diff --git a/interfaces/kits/c/vibrator_type.h b/interfaces/kits/c/vibrator_type.h index 93b7b8b2c42eaa36e4418ab71e833a00a567bc13..e57a5d5064afcd39b4d874590325daa527d69a11 100644 --- a/interfaces/kits/c/vibrator_type.h +++ b/interfaces/kits/c/vibrator_type.h @@ -13,6 +13,23 @@ * limitations under the License. */ +/** + * @addtogroup Vibrator + * @{ + * + * @brief Provides the enums, structs, and error codes used in the vibrator APIs. + * @since 11 + */ + +/** + * @file vibrator_type.h + * @kit SensorServiceKit + * @brief Declares the common vibrator attributes. + * @library libohvibrator.z.so + * @syscap SystemCapability.Sensors.MiscDevice + * @since 11 + */ + #ifndef VIBRATOR_TYPE_H #define VIBRATOR_TYPE_H @@ -86,5 +103,5 @@ typedef struct Vibrator_FileDescription { #ifdef __cplusplus } #endif - +/** @} */ #endif // endif VIBRATOR_TYPE_H \ No newline at end of file