mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
effect ndk @file @addtogroup fix
Signed-off-by: 肖邵安 <xiaoshaoan@huawei.com>
This commit is contained in:
parent
99452ae1a2
commit
329d66c7f4
@ -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" {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user