Commit 609cd5b
committed
Fix unescaped backtick in documentation
On my machine(doxygen 1.16.1) the documentation task fails with:
```
include/prism/ast.h:8111: error: Reached end of file while
still searching closing '`' of a verbatim block starting at line 8080
```1 parent 62c7300 commit 609cd5b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments