添加addtogroup

Signed-off-by: s00659936 <282229496@qq.com>
Change-Id: I4db5adac4bb46d1139e9d531bbeb7dc3b3f5f355
This commit is contained in:
s00659936 2024-11-09 14:01:44 +08:00
parent a47979ba15
commit 6e03f928a4

View File

@ -13,8 +13,14 @@
* limitations under the License.
*/
#ifndef NATIVE_TELEPHONY_DATA_API_H
#define NATIVE_TELEPHONY_DATA_API_H
/**
* @addtogroup Telephony
* @{
*
* @brief Provides C interface for the telephony cellular data.
*
* @since 13
*/
/**
* @file telephony_data.h
@ -27,6 +33,9 @@
* @since 13
*/
#ifndef NATIVE_TELEPHONY_DATA_API_H
#define NATIVE_TELEPHONY_DATA_API_H
#include <stdint.h>
#ifdef __cplusplus
@ -47,3 +56,4 @@ int32_t OH_Telephony_GetDefaultCellularDataSlotId(void);
#endif
#endif // NATIVE_TELEPHONY_DATA_API_H
/** @} */