summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-11-24 18:11:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-11-24 18:11:56 (GMT)
commitf46deb857a112f0991582ffa280dab6900cb4e60 (patch)
treef599244da6988621f5317f3751b5448ca1f5ec57
parente8ad5f9987d2284b8052031f4a7160ac303ae242 (diff)
parent890e3567470b0767c5ebe52207d1c75a96e888aa (diff)
downloadDoxygen-f46deb857a112f0991582ffa280dab6900cb4e60.zip
Doxygen-f46deb857a112f0991582ffa280dab6900cb4e60.tar.gz
Doxygen-f46deb857a112f0991582ffa280dab6900cb4e60.tar.bz2
Merge branch 'albert-github-feature/issue_6632'
-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)