summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-31 13:52:44 (GMT)
committerGitHub <noreply@github.com>2019-05-31 13:52:44 (GMT)
commit06b424be8e527dd6d4d09c11addab37c6b638305 (patch)
treef561efe243021441ac59ac9cdd087c05a08fa0b7
parentf652aa496cd26f3c835a240b9b6abc14437309e5 (diff)
parentee73bfd113f119c33383d76d851d36ef0b304645 (diff)
downloadDoxygen-06b424be8e527dd6d4d09c11addab37c6b638305.zip
Doxygen-06b424be8e527dd6d4d09c11addab37c6b638305.tar.gz
Doxygen-06b424be8e527dd6d4d09c11addab37c6b638305.tar.bz2
Merge pull request #7016 from albert-github/feature/issue_7015
issue 7015 Parsing issue with @includedoc and @startuml
-rw-r--r--src/doctokenizer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 7b402ca..b829fc9 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -902,6 +902,7 @@ REFWORD_NOCV {FILEMASK}|{LABELID}|{REFWORD2_NOCV}|{REFWORD3}|{REFWORD4_NOCV}
g_token->sectionId = QCString(yytext).stripWhiteSpace();
return RetVal_OK;
}
+<St_PlantUMLOpt>"\n" |
<St_PlantUMLOpt>. {
g_token->sectionId = "";
unput(*yytext);