docs: Mark main page sections

This commit is contained in:
Paweł Bylica 2018-11-12 12:04:42 +01:00
parent 31500584b2
commit 3b399a2ab9
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ On the Client-side it defines the interface for EVM implementations
to access Ethereum environment and state.
# Guides
# Guides {#guides}
- [Host Implementation Guide](@ref hostguide)
- [VM Implementation Guide](@ref vmguide)
@ -21,7 +21,7 @@ For example EVMC 3.2.1 would have ABI version 3 and therefore this project relea
can be referenced as EVMC ABIv3 or just EVMC 3.
# Modules
# Modules {#modules}
- [EVMC](@ref EVMC)
the main component that defines API for VMs and Clients (Hosts).
@ -35,7 +35,7 @@ can be referenced as EVMC ABIv3 or just EVMC 3.
the EVMC-compatibility testing tool for VM implementations.
# Language bindings
# Language bindings {#bindings}
## Go