summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-04-06 14:02:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-04-06 14:02:42 (GMT)
commit298ab30b2a2aa0936f4683c9366afd44c00adc60 (patch)
tree0466431cc535a6ba5cc62a9bd2817a68f5817c9e /src/doctokenizer.l
parent5cdf62661c88b5f0c135337da4d6e58581aad037 (diff)
downloadDoxygen-298ab30b2a2aa0936f4683c9366afd44c00adc60.zip
Doxygen-298ab30b2a2aa0936f4683c9366afd44c00adc60.tar.gz
Doxygen-298ab30b2a2aa0936f4683c9366afd44c00adc60.tar.bz2
Bug 746619 - Bogus warnings in case of anonymous namespace and @todo
Diffstat (limited to 'src/doctokenizer.l')
-rw-r--r--src/doctokenizer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 3f2ad94..c642fc1 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -1035,7 +1035,7 @@ REFWORD {LABELID}|{REFWORD2}|{REFWORD3}|{REFWORD4}
<St_IntRef>{BLANK}+"\"" {
BEGIN(St_Ref2);
}
-<St_SetScope>{SCOPEMASK}{BLANK} {
+<St_SetScope>({SCOPEMASK}|{ANONNS}){BLANK} {
g_token->name = yytext;
g_token->name = g_token->name.stripWhiteSpace();
return TK_WORD;