fix warning in comment

Signed-off-by: 施运理 <shiyunli@huawei.com>
This commit is contained in:
施运理 2024-11-11 11:51:45 +08:00
parent cc6ac75bec
commit 903642507a
2 changed files with 8 additions and 6 deletions

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef OS_ACCOUNT_H
#define OS_ACCOUNT_H
/**
* @addtogroup OsAccount
* @{
@ -23,6 +20,7 @@
* @brief Provide the definition of the C interface for the native OsAccount.
* @since 12
*/
/**
* @file os_account.h
*
@ -33,6 +31,9 @@
* @since 12
*/
#ifndef OS_ACCOUNT_H
#define OS_ACCOUNT_H
#include <stddef.h>
#include "os_account_common.h"

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef OS_ACCOUNT_COMMON_H
#define OS_ACCOUNT_COMMON_H
/**
* @addtogroup OsAccount
* @{
@ -23,6 +20,7 @@
* @brief Provide the definition of the C interface for the native OsAccount.
* @since 12
*/
/**
* @file os_account_common.h
*
@ -33,6 +31,9 @@
* @since 12
*/
#ifndef OS_ACCOUNT_COMMON_H
#define OS_ACCOUNT_COMMON_H
#ifdef __cplusplus
extern "C" {
#endif