Skip to content

Commit 084b0ed

Browse files
authored
1 parent 96d2c82 commit 084b0ed

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

sherpa-onnx/c-api/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Introduction
22

33

4+
## View doc
5+
6+
You can find documentation for C API and CXX API at the following address:
7+
<https://k2-fsa.github.io/sherpa/onnx/c-api/html/index.html>
8+
49
## Generate doc
510

6-
```
11+
```bash
712
sudo apt install doxygen graphviz # Ubuntu/Debian
813
brew install doxygen graphviz # macOS
914
```
1015

11-
```
16+
```bash
1217
doxygen ./Doxyfile
1318
```

0 commit comments

Comments
 (0)