summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-08 17:40:58 (GMT)
committerGitHub <noreply@github.com>2021-05-08 17:40:58 (GMT)
commit01b71e1e8afc09da65d5503d57bb73ae1ce1e113 (patch)
tree9279d122e16792b77d2af65daf2903cea6a47b9f
parenta9d29861fe6ad3c182d6cded2e3636a20086fc96 (diff)
parent36ac0ef72404e15109e0ceba9d6588930415f239 (diff)
downloadDoxygen-01b71e1e8afc09da65d5503d57bb73ae1ce1e113.zip
Doxygen-01b71e1e8afc09da65d5503d57bb73ae1ce1e113.tar.gz
Doxygen-01b71e1e8afc09da65d5503d57bb73ae1ce1e113.tar.bz2
Merge pull request #8538 from albert-github/feature/bug_page_mainpage
Missing page when followed by mainpage
-rw-r--r--src/commentscan.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index adf7e1b..23a0471 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2120,7 +2120,6 @@ static bool handleMainpage(yyscan_t yyscanner,const QCString &, const StringVect
{
struct yyguts_t *yyg = (struct yyguts_t*)yyscanner;
bool stop=makeStructuralIndicator(yyscanner,Entry::MAINPAGEDOC_SEC);
- yyextra->current->name = "";
if (!stop)
{
yyextra->current->name = "mainpage";