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:
@ -1,5 +1,11 @@
|
||||
// WebAssembly C API
|
||||
|
||||
/**
|
||||
* @file wasm_c_api.h
|
||||
*
|
||||
* @brief This file defines the WebAssembly C APIs
|
||||
*/
|
||||
|
||||
#ifndef _WASM_C_API_H_
|
||||
#define _WASM_C_API_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user