summaryrefslogtreecommitdiffstats
path: root/src/docsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/docsets.h')
-rw-r--r--src/docsets.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/docsets.h b/src/docsets.h
index 31b5263..5244eb9 100644
--- a/src/docsets.h
+++ b/src/docsets.h
@@ -45,11 +45,7 @@ class DocSets : public IndexIntf
const char *file = 0,
const char *anchor = 0
);
- //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 *) {}
void addStyleSheetFile(const char *) {}