summaryrefslogtreecommitdiffstats
path: root/src/page.h
diff options
context:
space:
mode:
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;
+ }
}
}
}