接口api规范整改

Signed-off-by: yuhaoqiang <yuhaoqiang@huawei.com>
This commit is contained in:
yuhaoqiang 2024-11-18 10:09:14 +08:00
parent bb431328e2
commit 15de5ca509
2 changed files with 6 additions and 4 deletions

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIDEBUG_H
#define HIVIEWDFX_HIDEBUG_H
/**
* @addtogroup HiDebug
* @{
@ -37,6 +35,9 @@
* @since 12
*/
#ifndef HIVIEWDFX_HIDEBUG_H
#define HIVIEWDFX_HIDEBUG_H
#include <stdint.h>
#include "hidebug_type.h"

View File

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