summaryrefslogtreecommitdiffstats
path: root/src/page.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-10-06 19:08:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-10-06 19:08:54 (GMT)
commit4596b79abbfea0953c6cd7c6b294dc1727807960 (patch)
treec1062a06b0267bdf027f00efb00f1fb2b70db5c5 /src/page.h
parent858708350c055a757c1e34461a06c5cf2277f2db (diff)
downloadDoxygen-4596b79abbfea0953c6cd7c6b294dc1727807960.zip
Doxygen-4596b79abbfea0953c6cd7c6b294dc1727807960.tar.gz
Doxygen-4596b79abbfea0953c6cd7c6b294dc1727807960.tar.bz2
Release-1.2.18-20021006
Diffstat (limited to 'src/page.h')
-rw-r--r--src/page.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/page.h b/src/page.h
index d2101c5..331fbc7 100644
--- a/src/page.h
+++ b/src/page.h
@@ -85,7 +85,10 @@ class PageInfo
SectionInfo *si;
for (;(si=sdi.current());++sdi)
{
- Doxygen::tagFile << " <docanchor>" << si->label << "</docanchor>" << endl;
+ if (!si->generated)
+ {
+ Doxygen::tagFile << " <docanchor>" << si->label << "</docanchor>" << endl;
+ }
}
}
}