Skip to content

Commit 92df030

Browse files
Axel RicardWebFreak001
Axel Ricard
authored andcommitted
fix documentation generation
1 parent f44d631 commit 92df030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dparse/lexer.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ private immutable extraFieldsBare = q{
244244
import std.conv : to;
245245
import dparse.lexer : str;
246246

247-
sink.put("trivia!\"");
247+
sink.put(`trivia!"`);
248248
sink.put(str(type));
249-
sink.put("\"(");
249+
sink.put(`"(`);
250250
sink.put("text: ");
251251
sink.put([text].to!string[1 .. $ - 1]); // escape hack
252252
sink.put(", index: ");

0 commit comments

Comments
 (0)