Skip to content

Commit c21f339

Browse files
committed
issue doxygen#11621 Markdown code handling `` gets confused by unterminated within (introduced by 1.11)
1 parent 2b7b9d4 commit c21f339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commentcnv.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ SLASHopt [/]*
13341334
<ReadLine>``` {
13351335
copyToOutput(yyscanner,yytext,yyleng);
13361336
}
1337-
<ReadLine>`[^`]+` {
1337+
<ReadLine>`[^`\n]+` {
13381338
copyToOutput(yyscanner,yytext,yyleng);
13391339
}
13401340
<ReadLine>{CMD}{CMD} |

0 commit comments

Comments
 (0)