File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1381,7 +1381,7 @@ STopt [^\n@\\]*
1381
1381
// if (*yytext=='\n') yyextra->lineNr++;
1382
1382
// addOutput(yyscanner,'\n');
1383
1383
addOutput (yyscanner," \\ ifile \" " + yyextra->fileName );
1384
- addOutput (yyscanner," \" \\ ilinebr \\ iline " + QCString ().setNum (yyextra->lineNr ));
1384
+ addOutput (yyscanner," \" \\ ilinebr \\ iline " + QCString ().setNum (yyextra->lineNr ) + " \\ ilinebr " );
1385
1385
BEGIN ( Comment );
1386
1386
}
1387
1387
<GroupDocArg2 >. { // title (stored in type)
@@ -1434,7 +1434,7 @@ STopt [^\n@\\]*
1434
1434
// if (*yytext=='\n') yyextra->lineNr++;
1435
1435
// addOutput(yyscanner,'\n');
1436
1436
addOutput (yyscanner," \\ ifile \" " + yyextra->fileName );
1437
- addOutput (yyscanner," \" \\ ilinebr \\ iline " + QCString ().setNum (yyextra->lineNr ));
1437
+ addOutput (yyscanner," \" \\ ilinebr \\ iline " + QCString ().setNum (yyextra->lineNr ) + " \\ ilinebr " );
1438
1438
BEGIN ( Comment );
1439
1439
}
1440
1440
<PageDocArg2 >{CMD }[<> ] {
You can’t perform that action at this time.
0 commit comments