summaryrefslogtreecommitdiffstats
path: root/src/definition.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/definition.cpp
parentb250f07e44b96a2e9b6b3418f552e637d5a10d0e (diff)
downloadDoxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.zip
Doxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.tar.gz
Doxygen-023b07ca13263a9d6d50ffa806d5aad35e31c869.tar.bz2
Cleanup code
Diffstat (limited to 'src/definition.cpp')
-rw-r--r--src/definition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.cpp b/src/definition.cpp
index c67030e..00f2bc5 100644
--- a/src/definition.cpp
+++ b/src/definition.cpp
@@ -432,7 +432,7 @@ void DefinitionImpl::addSectionsToDefinition(const std::vector<const SectionInfo
bool DefinitionImpl::hasSections() const
{
//printf("DefinitionImpl::hasSections(%s) #sections=%d\n",name().data(),
- // m_impl->sectionDict ? m_impl->sectionDict->count() : 0);
+ // m_impl->sectionRefs.size());
if (m_impl->sectionRefs.empty()) return FALSE;
for (const SectionInfo *si : m_impl->sectionRefs)
{