mirror of https://github.com/status-im/evmc.git
docs: Expose documentation for instructions module
This commit is contained in:
parent
687d0a38a8
commit
31d296e1d7
|
@ -3,13 +3,19 @@
|
|||
* Licensed under the MIT License. See the LICENSE file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* EVM Instruction Tables
|
||||
*
|
||||
* A collection of metrics for EVM1 instruction set.
|
||||
*
|
||||
* @defgroup instructions EVM Instructions
|
||||
* @{
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <evmc/evmc.h>
|
||||
#include <evmc/utils.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -209,3 +215,5 @@ EVMC_EXPORT const char* const* evmc_get_instruction_names_table(enum evmc_revisi
|
|||
#if __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue