summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-22 15:12:15 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-22 15:12:15 (GMT)
commit023b07ca13263a9d6d50ffa806d5aad35e31c869 (patch)
tree31dc885f9ccb65d2b4d455d34b2ab7369d303bf1 /src/xmlgen.cpp
parentb250f07e44b96a2e9b6b3418f552e637d5a10d0e (diff)
downloadDoxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.zip
Doxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.tar.gz
Doxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.tar.bz2
Cleanup code
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 7a72346..d674ed8 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1835,12 +1835,9 @@ static void generateXMLForPage(PageDef *pd,FTextStream &ti,bool isExample)
if (pd->localToc().isXmlEnabled() && !sectionRefs.empty())
{
t << " <tableofcontents>" << endl;
- //SDict<SectionInfo>::Iterator li(*sectionDict);
- //SectionInfo *si;
int level=1,l;
bool inLi[5]={ FALSE, FALSE, FALSE, FALSE, FALSE };
int maxLevel = pd->localToc().xmlLevel();
- //for (li.toFirst();(si=li.current());++li)
for (const SectionInfo *si : sectionRefs)
{
if (isSection(si->type()))