summaryrefslogtreecommitdiffstats
path: root/src/qhp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-07-28 19:05:01 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-07-28 19:05:01 (GMT)
commit4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d (patch)
treeaa81c2bd3e6109417a6bd30d6a58111d892f25f2 /src/qhp.h
parentc37c8626674dd6ba0d53dcad84dd4bb5d92005a4 (diff)
downloadDoxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.zip
Doxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.tar.gz
Doxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.tar.bz2
Release-1.7.1-20100728
Diffstat (limited to 'src/qhp.h')
-rw-r--r--src/qhp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qhp.h b/src/qhp.h
index 1ba2e94..e5b4a08 100644
--- a/src/qhp.h
+++ b/src/qhp.h
@@ -33,11 +33,7 @@ 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(Definition *context,MemberDef *md,
- const char *anchor,const char *word);
+ void addIndexItem(Definition *context,MemberDef *md,const char *title);
void addIndexFile(const char * name);
void addImageFile(const char * name);
void addStyleSheetFile(const char * name);