| author | |
| committer | |
| log | f54605ecc2c93b98b94c5e9e42aafa9e433006fc |
| tree | 4f3abda7dedc4dd113ff7556c6b66efa9ff7b709 |
| parent | a63fd34c50b032e4ed5136dba8b098f780d5b9f8 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/docgen.zig+1-1| ... | ... | @@ -972,7 +972,7 @@ fn tokenizeAndPrintRaw(docgen_tokenizer: *Tokenizer, out: anytype, source_token: |
| 972 | 972 | .Tilde, |
| 973 | 973 | => try writeEscaped(out, src[token.loc.start..token.loc.end]), |
| 974 | 974 | |
| 975 | .Invalid, .Invalid_ampersands => return parseError( | |
| 975 | .Invalid, .Invalid_ampersands, .Invalid_periodasterisks => return parseError( | |
| 976 | 976 | docgen_tokenizer, |
| 977 | 977 | source_token, |
| 978 | 978 | "syntax error", |