diff options
Diffstat (limited to 'src/docsets.h')
-rw-r--r-- | src/docsets.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/docsets.h b/src/docsets.h index 97457f6..977991e 100644 --- a/src/docsets.h +++ b/src/docsets.h @@ -45,7 +45,8 @@ class DocSets : public IndexIntf const char *file, const char *anchor, bool separateIndex, - bool addToNavIndex + bool addToNavIndex, + Definition *def ); void addIndexItem(Definition *context,MemberDef *md,const char *title); void addIndexFile(const char *name); |