summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-02-21 12:36:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-02-21 12:36:45 (GMT)
commitcd19d7a220915d1f637e0a0a5b2d05d5750f5db0 (patch)
treea854db582634296d7f019de53e424561da555e5b /src/doxygen.cpp
parente2eb1d33d197604c048fb035fd1b6ecbd6a7494a (diff)
downloadDoxygen-cd19d7a220915d1f637e0a0a5b2d05d5750f5db0.zip
Doxygen-cd19d7a220915d1f637e0a0a5b2d05d5750f5db0.tar.gz
Doxygen-cd19d7a220915d1f637e0a0a5b2d05d5750f5db0.tar.bz2
Release-1.6.3
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index f37bad1..e3fffb3 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -10025,14 +10025,12 @@ void parseInput()
msg("Computing class relations...\n");
computeTemplateClassRelations();
flushUnresolvedRelations();
+
+ computeClassRelations();
+
if (Config_getBool("OPTIMIZE_OUTPUT_VHDL"))
- {
VhdlDocGen::computeVhdlComponentRelations();
- }
- else
- {
- computeClassRelations();
- }
+
g_classEntries.clear();
msg("Add enum values to enums...\n");