summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-02-03 20:42:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-02-03 20:42:45 (GMT)
commit1f21c23c57c91ba6901c0de38bb236f7246e88c9 (patch)
tree1a305647f9b3f7e614e5239076a01781b621d030 /src/index.cpp
parent6b24aba8fce772d9e46e3174a655281eeb44ad84 (diff)
downloadDoxygen-1f21c23c57c91ba6901c0de38bb236f7246e88c9.zip
Doxygen-1f21c23c57c91ba6901c0de38bb236f7246e88c9.tar.gz
Doxygen-1f21c23c57c91ba6901c0de38bb236f7246e88c9.tar.bz2
Bug 743604 - Duplicate anchors from tagfiles
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 9ded1ab..e448094 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -3114,9 +3114,9 @@ static void writePages(PageDef *pd,FTVHelp *ftv)
if (ftv)
{
- //printf("*** adding %s\n",pageTitle.data());
+ //printf("*** adding %s hasSubPages=%d hasSections=%d\n",pageTitle.data(),hasSubPages,hasSections);
ftv->addContentsItem(
- hasSubPages || hasSections,pageTitle,
+ hasSubPages,pageTitle,
pd->getReference(),pd->getOutputFileBase(),
0,hasSubPages,TRUE,pd);
}