From f836266a4538153a1164642e168bb04c529a4d51 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 20 Dec 2015 15:24:04 +0100 Subject: Bug 757812 - Doxygen do not support comparison angle bracket in template --- src/scanner.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scanner.l b/src/scanner.l index 2cacccd..d603824 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -5332,8 +5332,8 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) } } "<" { - current->name += yytext; - sharpCount++; + current->name += yytext; + if (roundCount==0) sharpCount++; } . { current->name += yytext; -- cgit v0.12