effect ndk @file @addtogroup fix

Signed-off-by: 肖邵安 <xiaoshaoan@huawei.com>
This commit is contained in:
肖邵安 2024-11-16 09:39:35 +08:00
parent 99452ae1a2
commit 329d66c7f4
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,6 @@
* limitations under the License.
*/
#ifndef C_INCLUDE_EFFECT_FILTER_H
#define C_INCLUDE_EFFECT_FILTER_H
/**
* @addtogroup image
* @{
@ -37,6 +34,9 @@
* @since 12
*/
#ifndef C_INCLUDE_EFFECT_FILTER_H
#define C_INCLUDE_EFFECT_FILTER_H
#include "effect_types.h"
#ifdef __cplusplus
extern "C" {

View File

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