mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
add necessary comments for doxygen
This commit is contained in:
parent
4806e4e298
commit
95d0cb053e
|
@ -3,6 +3,13 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file aot_export.h
|
||||||
|
* @date Wed Mar 20 10:46:38 2024
|
||||||
|
*
|
||||||
|
* @brief This file defines the exported AOT compilation APIs
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _AOT_EXPORT_H
|
#ifndef _AOT_EXPORT_H
|
||||||
#define _AOT_EXPORT_H
|
#define _AOT_EXPORT_H
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,13 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file gc_export.h
|
||||||
|
* @date Wed Mar 20 10:46:38 2024
|
||||||
|
*
|
||||||
|
* @brief This file defines the exported GC APIs
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GC_EXPORT_H
|
#ifndef _GC_EXPORT_H
|
||||||
#define _GC_EXPORT_H
|
#define _GC_EXPORT_H
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file lib_export.h
|
||||||
|
* @date Wed Mar 20 10:46:38 2024
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _LIB_EXPORT_H_
|
#ifndef _LIB_EXPORT_H_
|
||||||
#define _LIB_EXPORT_H_
|
#define _LIB_EXPORT_H_
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
// WebAssembly C API
|
// WebAssembly C API
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file wasm_c_api.h
|
||||||
|
* @date Wed Mar 20 10:46:38 2024
|
||||||
|
*
|
||||||
|
* @brief This file defines the WebAssembly C APIs
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _WASM_C_API_H_
|
#ifndef _WASM_C_API_H_
|
||||||
#define _WASM_C_API_H_
|
#define _WASM_C_API_H_
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,13 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file wasm_export.h
|
||||||
|
* @date Wed Mar 20 10:46:38 2024
|
||||||
|
*
|
||||||
|
* @brief This file defines the exported common runtime APIs
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _WASM_EXPORT_H
|
#ifndef _WASM_EXPORT_H
|
||||||
#define _WASM_EXPORT_H
|
#define _WASM_EXPORT_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user