summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-01-23 22:29:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-02-02 20:13:44 (GMT)
commitfb66cae35cd59d1026fe3c6de46ae3a2ed6f9f91 (patch)
treec69a90068c188c7e45d162723c8d3a1640852a46 /src/index.cpp
parent5475bf2e9a0f1517567186b47595b8dad2b6b3a3 (diff)
downloadDoxygen-fb66cae35cd59d1026fe3c6de46ae3a2ed6f9f91.zip
Doxygen-fb66cae35cd59d1026fe3c6de46ae3a2ed6f9f91.tar.gz
Doxygen-fb66cae35cd59d1026fe3c6de46ae3a2ed6f9f91.tar.bz2
Reimplemented node renumbering for dot graph to improve performance
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.cpp b/src/index.cpp
index dbc0878..8c7452e 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -258,6 +258,7 @@ 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,