Skip to content

Commit 6a86957

Browse files
committed
issue doxygen#11847 Method string parameter: bug if simple quotes used
Using correct state, analogous to the case for the double quote.
1 parent 6a15487 commit 6a86957

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
@@ -5143,7 +5143,7 @@ NONLopt [^\n]*
51435143
if (yyextra->insidePHP)
51445144
{
51455145
yyextra->lastCopyArgStringContext=YY_START;
5146-
BEGIN(SkipPHPString);
5146+
BEGIN(CopyArgPHPString);
51475147
}
51485148
}
51495149
<ReadFuncArgType,ReadTempArgs,CopyArgString,CopyArgPHPString,CopyArgRound,CopyArgSquare,CopyArgSharp>"<="|">="|"<=>" {

0 commit comments

Comments
 (0)