summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index a54be26..8183544 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -1237,11 +1237,11 @@ static void addConceptToContext(const Entry *root)
cd->setLanguage(root->lang);
cd->setId(root->id);
cd->setHidden(root->hidden);
- cd->setInitializer(root->initializer.str().c_str());
if (tArgList)
{
cd->setTemplateArguments(*tArgList);
}
+ cd->setInitializer(root->initializer.str().c_str());
// file definition containing the class cd
cd->setBodySegment(root->startLine,root->bodyLine,root->endBodyLine);
cd->setBodyDef(fd);
@@ -12144,6 +12144,8 @@ void generateOutput()
g_s.end();
}
+ g_outputList->cleanup();
+
int cacheParam;
msg("lookup cache used %zu/%zu hits=%" PRIu64 " misses=%" PRIu64 "\n",
Doxygen::lookupCache->size(),