Skip to content

Commit

Permalink
Bug 757812 - Doxygen do not support comparison angle bracket in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Dec 20, 2015
1 parent 09c4e99 commit f836266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -5332,8 +5332,8 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
}
}
<ClassTemplSpec>"<" {
current->name += yytext;
sharpCount++;
current->name += yytext;
if (roundCount==0) sharpCount++;
}
<ClassTemplSpec>. {
current->name += yytext;
Expand Down

0 comments on commit f836266

Please sign in to comment.