mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-26 18:30:34 +00:00
9 lines
106 B
Markdown
9 lines
106 B
Markdown
# Compile the documentation
|
|
|
|
Run `doxygen` in this directory:
|
|
|
|
```sh
|
|
$ doxygen
|
|
$ open html/index.html
|
|
```
|