diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-09-10 20:49:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-09-10 20:49:41 (GMT) |
commit | c844985adde0459f1f01ed00d0a289591fbcd2af (patch) | |
tree | fe67587a09765b41e54254d65f53b6c9352816e9 /src/index.h | |
parent | cde82403ec8974fb86de34828b41bf9547587b6e (diff) | |
download | Doxygen-c844985adde0459f1f01ed00d0a289591fbcd2af.zip Doxygen-c844985adde0459f1f01ed00d0a289591fbcd2af.tar.gz Doxygen-c844985adde0459f1f01ed00d0a289591fbcd2af.tar.bz2 |
Release-1.4.7-20060910
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 7e30e0a..90dc11f 100644 --- a/src/index.h +++ b/src/index.h @@ -21,6 +21,8 @@ #include "qtbc.h" #include <qfile.h> +class MemberDef; + enum IndexSections { isTitlePageStart, @@ -166,4 +168,11 @@ void startFile(OutputList &ol,const char *name,const char *manName, const char *title,HighlightedItem hli=HLI_None); void endFile(OutputList &ol,bool external=FALSE); +void initClassMemberIndices(); +void initFileMemberIndices(); +void initNamespaceMemberIndices(); +void addClassMemberNameToIndex(MemberDef *md); +void addFileMemberNameToIndex(MemberDef *md); +void addNamespaceMemberNameToIndex(MemberDef *md); + #endif |