summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-11-24 18:09:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-11-24 18:10:19 (GMT)
commit890e3567470b0767c5ebe52207d1c75a96e888aa (patch)
treef599244da6988621f5317f3751b5448ca1f5ec57 /src/scanner.l
parentdcf89b56c0fd1fb75fbdd2eddff33187ceac0b23 (diff)
downloadDoxygen-890e3567470b0767c5ebe52207d1c75a96e888aa.zip
Doxygen-890e3567470b0767c5ebe52207d1c75a96e888aa.tar.gz
Doxygen-890e3567470b0767c5ebe52207d1c75a96e888aa.tar.bz2
Fixed differently by changing root cause for introducing the space
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index a0b4e83..7559e0b 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -5457,7 +5457,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
}
BEGIN( FindMembers ) ;
}
-<CompoundName>{SCOPENAME}{BN}*/"<" {
+<CompoundName>{SCOPENAME}/{BN}*"<" {
sharpCount = 0;
current->name = yytext ;
if (current->spec & Entry::Protocol)