Commit 1bcf927
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 1bcf927
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments