summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-09 18:20:15 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-09 18:20:15 (GMT)
commitee97be448f7adc1285b38bae5adb7e7d48d4c29e (patch)
treee462cfcf899ad9b9bdbba99dd54488aa3a5b607c /src/doctokenizer.l
parent9440d7ce0b31749b6bbb13e70e2f7ed501505c7e (diff)
downloadDoxygen-ee97be448f7adc1285b38bae5adb7e7d48d4c29e.zip
Doxygen-ee97be448f7adc1285b38bae5adb7e7d48d4c29e.tar.gz
Doxygen-ee97be448f7adc1285b38bae5adb7e7d48d4c29e.tar.bz2
Invalid warnings regarding todos when source file name contains a '-'
Handling also filenames in scope environment
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 6a703df..5bc6d89 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -1058,7 +1058,7 @@ REFWORD_NOCV {FILEMASK}|{LABELID}|{REFWORD2_NOCV}|{REFWORD3}|{REFWORD4_NOCV}
<St_IntRef>{BLANK}+"\"" {
BEGIN(St_Ref2);
}
-<St_SetScope>({SCOPEMASK}|{ANONNS}){BLANK} {
+<St_SetScope>({SCOPEMASK}|{ANONNS}){BLANK}|{FILEMASK} {
g_token->name = yytext;
g_token->name = g_token->name.stripWhiteSpace();
return TK_WORD;