API lint 告警整改

Signed-off-by: Lixiaoying25 <lixiaoying25@huawei.com>
This commit is contained in:
Lixiaoying25 2024-11-12 16:07:06 +08:00
parent 1f9e80a076
commit b8ea9c3b7d
5 changed files with 15 additions and 15 deletions

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef CAPI_INCLUDE_IPC_CPARCEL_H
#define CAPI_INCLUDE_IPC_CPARCEL_H
/**
* @addtogroup OHIPCParcel
* @{
@ -37,6 +34,9 @@
* @since 12
*/
#ifndef CAPI_INCLUDE_IPC_CPARCEL_H
#define CAPI_INCLUDE_IPC_CPARCEL_H
#include <stdint.h>
#ifdef __cplusplus

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
#define CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
/**
* @addtogroup OHIPCRemoteObject
* @{
@ -39,6 +36,9 @@
* @since 12
*/
#ifndef CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
#define CAPI_INCLUDE_IPC_CREMOTE_OBJECT_H
#include <stdint.h>
#include "ipc_cparcel.h"

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef CAPI_INCLUDE_IPC_CSKELETON_H
#define CAPI_INCLUDE_IPC_CSKELETON_H
/**
* @addtogroup OHIPCSkeleton
* @{
@ -39,6 +36,9 @@
* @since 12
*/
#ifndef CAPI_INCLUDE_IPC_CSKELETON_H
#define CAPI_INCLUDE_IPC_CSKELETON_H
#include <stdint.h>
#include "ipc_cparcel.h"

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef CAPI_INCLUDE_IPC_ERROR_CODE_H
#define CAPI_INCLUDE_IPC_ERROR_CODE_H
/**
* @addtogroup OHIPCErrorCode
* @{
@ -37,6 +34,9 @@
* @since 12
*/
#ifndef CAPI_INCLUDE_IPC_ERROR_CODE_H
#define CAPI_INCLUDE_IPC_ERROR_CODE_H
/**
* @brief Enumerates IPC error codes.
*

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef CAPI_INCLUDE_IPC_KIT_H
#define CAPI_INCLUDE_IPC_KIT_H
/**
* @addtogroup IPCKit
* @{
@ -36,6 +33,9 @@
* @since 12
*/
#ifndef CAPI_INCLUDE_IPC_KIT_H
#define CAPI_INCLUDE_IPC_KIT_H
#include "ipc_error_code.h"
#include "ipc_cparcel.h"
#include "ipc_cremote_object.h"