Add necessary comments for doxygen (#3299)
- Add necessary comments for doxygen to generate API documentation - Update README.md to add a link for End-user APIs documentation
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file wasm_export.h
|
||||
*
|
||||
* @brief This file defines the exported common runtime APIs
|
||||
*/
|
||||
|
||||
#ifndef _WASM_EXPORT_H
|
||||
#define _WASM_EXPORT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user