summaryrefslogtreecommitdiffstats
path: root/src/qhp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qhp.h')
-rw-r--r--src/qhp.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/qhp.h b/src/qhp.h
index 4ab779c..1ba2e94 100644
--- a/src/qhp.h
+++ b/src/qhp.h
@@ -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