diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-01-22 19:51:13 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-01-22 19:51:13 (GMT) |
commit | c22d77a7a9c0f26a060a58047f514869a9e0a067 (patch) | |
tree | 082a1fab748f7d6917c9728b6f302bb4757de12d /src/definition.h | |
parent | fd8b446f8ae60e7d1dc259c6f5fe38c287377d19 (diff) | |
download | Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.zip Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.gz Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.bz2 |
Release-1.7.6.1-20120122
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 3 |
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; |