summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index 1e51a1c..c07eb3e 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -260,6 +260,7 @@ class Definition : public DefinitionIntf, public LockableObj
LockingPtr<MemberSDict> getReferencesMembers() const;
LockingPtr<MemberSDict> getReferencedByMembers() const;
+ bool hasSections() const;
//-----------------------------------------------------------------------------------
// ---- setters -----
@@ -328,6 +329,8 @@ class Definition : public DefinitionIntf, public LockableObj
void writeDocAnchorsToTagFile();
void setLocalName(const QCString name);
+ void addSectionsToIndex();
+
protected:
virtual void flushToDisk() const;