summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorThomas Haller <thomas.haller@redheads.de>2019-05-23 10:10:37 (GMT)
committerThomas Haller <thomas.haller@redheads.de>2019-05-23 10:10:37 (GMT)
commit8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0 (patch)
tree15cd0b042f3d729c0a86d4c304b65e1b5341e48f /src/index.cpp
parent5c9d812083af06c9e683c9ff2e32f5839066863c (diff)
downloadDoxygen-8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0.zip
Doxygen-8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0.tar.gz
Doxygen-8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0.tar.bz2
changed numbering of dot nodes to prevent different contents being generated for the same .dot file
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 744976d..a577d9a 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -285,7 +285,6 @@ void startFile(OutputList &ol,const char *name,const char *manName,
}
ol.writeSplitBar(altSidebarName ? altSidebarName : name);
ol.writeSearchInfo();
- resetDotNodeNumbering();
}
void endFile(OutputList &ol,bool skipNavIndex,bool skipEndContents,