mirror of
https://gitee.com/openharmony/telephony_cellular_data
synced 2024-11-23 07:49:51 +00:00
添加addtogroup
Signed-off-by: s00659936 <282229496@qq.com> Change-Id: I4db5adac4bb46d1139e9d531bbeb7dc3b3f5f355
This commit is contained in:
parent
a47979ba15
commit
6e03f928a4
@ -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
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user