summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-28 08:28:23 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-07-28 08:28:23 (GMT)
commitbf12c99e3a370921e03c946d213129633eaeec27 (patch)
treeadd43d90b68e50630b83b0752923cb7be52d0a20 /src/doctokenizer.l
parent2340c1e7230b2d83ec34cb6a6a21c47b180d8a51 (diff)
downloadDoxygen-bf12c99e3a370921e03c946d213129633eaeec27.zip
Doxygen-bf12c99e3a370921e03c946d213129633eaeec27.tar.gz
Doxygen-bf12c99e3a370921e03c946d213129633eaeec27.tar.bz2
Fixed typo
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 b1ccd23..0b7e36d 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -930,7 +930,7 @@ REFWORD_NOCV {FILEMASK}|{LABELID}|{REFWORD2_NOCV}|{REFWORD3}|{REFWORD4_NOCV}
g_token->sectionId = QCString(yytext).stripWhiteSpace();
return RetVal_OK;
}
-<St_PlantUMLOpt>{BLANK}*{FILEMASK}{BLANK}*/"\\linebr" { // case 5: plain file name specified without title or attributes
+<St_PlantUMLOpt>{BLANK}*{FILEMASK}{BLANK}*/"\\ilinebr" { // case 5: plain file name specified without title or attributes
g_token->sectionId = QCString(yytext).stripWhiteSpace();
return RetVal_OK;
}