diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-10-27 20:10:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-10-27 20:10:16 (GMT) |
commit | 0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6 (patch) | |
tree | 7b31e0941321a116a730c80e26726da9202178c3 /src/qhp.h | |
parent | 1042ef3a191bd0f399f1a2a20fe259c14fe6faf9 (diff) | |
download | Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.zip Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.tar.gz Doxygen-0c751ba9f9a73ad649bf64cef4c9fdb82743b2f6.tar.bz2 |
Release-1.6.1-20091027
Diffstat (limited to 'src/qhp.h')
-rw-r--r-- | src/qhp.h | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -33,9 +33,11 @@ class Qhp : public IndexIntf void decContentsDepth(); void addContentsItem(bool isDir, const char * name, const char * ref, const char * file, const char * anchor); - void addIndexItem(const char * level1, const char * level2, - const char * contRef, const char * memRef, - const char * anchor, const MemberDef * md); + //void addIndexItem(const char * level1, const char * level2, + // const char * contRef, const char * memRef, + // const char * anchor, const MemberDef * md); + void addIndexItem(Definition *context,MemberDef *md, + const char *anchor,const char *word); void addIndexFile(const char * name); void addImageFile(const char * name); void addStyleSheetFile(const char * name); @@ -62,8 +64,8 @@ class Qhp : public IndexIntf int m_prevSectionLevel; int m_sectionLevel; - QCString m_prevIdName; - QCString m_prevIdRef; + //QCString m_prevIdName; + //QCString m_prevIdRef; }; #endif // DOXYGEN_QHP_H |