summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-10-12 14:10:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-10-12 14:10:27 (GMT)
commit93d1c4621df42ee41d7197aca27c8cf2ce8437d7 (patch)
tree9c4902ac1025efaa7d0d6ce469d12344694a48b1 /src/doxygen.cpp
parent9631035b36ade05bed6a71bcbc86d17f8b7c9cab (diff)
downloadDoxygen-93d1c4621df42ee41d7197aca27c8cf2ce8437d7.zip
Doxygen-93d1c4621df42ee41d7197aca27c8cf2ce8437d7.tar.gz
Doxygen-93d1c4621df42ee41d7197aca27c8cf2ce8437d7.tar.bz2
Bug 709803 - Generated hhc file contains an error for a section of a mainpage
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index e766add..92ba868 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -8592,7 +8592,7 @@ static void findMainPage(EntryNav *rootNav)
indexName, root->brief+root->doc+root->inbodyDocs,title);
//setFileNameForSections(root->anchors,"index",Doxygen::mainPage);
Doxygen::mainPage->setBriefDescription(root->brief,root->briefFile,root->briefLine);
- Doxygen::mainPage->setFileName(indexName);
+ Doxygen::mainPage->setFileName(indexName,TRUE);
Doxygen::mainPage->setShowToc(root->stat);
addPageToContext(Doxygen::mainPage,rootNav);
@@ -8790,7 +8790,7 @@ static void buildExampleList(EntryNav *rootNav)
PageDef *pd=new PageDef(root->fileName,root->startLine,
root->name,root->brief+root->doc+root->inbodyDocs,root->args);
pd->setBriefDescription(root->brief,root->briefFile,root->briefLine);
- pd->setFileName(convertNameToFile(pd->name()+"-example",FALSE,TRUE));
+ pd->setFileName(convertNameToFile(pd->name()+"-example",FALSE,TRUE),FALSE);
pd->addSectionsToDefinition(root->anchors);
pd->setLanguage(root->lang);
//pi->addSections(root->anchors);