summaryrefslogtreecommitdiffstats
path: root/src/docsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/docsets.h')
-rw-r--r--src/docsets.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/docsets.h b/src/docsets.h
index 0b6e9af..4a13d88 100644
--- a/src/docsets.h
+++ b/src/docsets.h
@@ -41,9 +41,11 @@ class DocSets : public IndexIntf
void decContentsDepth();
void addContentsItem(bool isDir,
const char *name,
- const char *ref = 0,
- const char *file = 0,
- const char *anchor = 0
+ const char *ref,
+ const char *file,
+ const char *anchor,
+ bool separateIndex,
+ bool addToNavIndex
);
void addIndexItem(Definition *context,MemberDef *md,const char *title);
void addIndexFile(const char *name);