Skip to content

Commit 609cd5b

Browse files
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

File tree

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ tokens:
374374
- name: AMPERSAND_EQUAL
375375
comment: "&="
376376
- name: BACKTICK
377-
comment: "`"
377+
comment: "\\`"
378378
- name: BACK_REFERENCE
379379
comment: "a back reference"
380380
- name: BANG

0 commit comments

Comments
 (0)