Skip to content

Commit c38f288

Browse files
committed
Consistency for use of <code>
It is more consistent to use here `{CODE}` as this covers upper and lowercase
1 parent a7b286d commit c38f288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6997,7 +6997,7 @@ NONLopt [^\n]*
69976997
yyextra->nestedComment=0;
69986998
BEGIN(DocCopyBlock);
69996999
}
7000-
<DocBlock>{B}*"<code>" {
7000+
<DocBlock>{B}*"<"{CODE}">" {
70017001
if (yyextra->insideCS)
70027002
{
70037003
yyextra->docBlock << yytext;

0 commit comments

Comments
 (0)