summaryrefslogtreecommitdiff
path: root/src/docsets.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-15 10:45:59 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-15 10:45:59 +0900
commit046aece77e373b5280b56bf871fa6e974d06e85d (patch)
tree629c4681a5158d26512b815623754b33165d8d23 /src/docsets.h
parentcccf3a7c7888ce7bd7a8f8d48a34c5474ad9feeb (diff)
downloaddoxygen-046aece77e373b5280b56bf871fa6e974d06e85d.tar.gz
doxygen-046aece77e373b5280b56bf871fa6e974d06e85d.tar.bz2
doxygen-046aece77e373b5280b56bf871fa6e974d06e85d.zip
Imported Upstream version 1.8.3upstream/1.8.3
Diffstat (limited to 'src/docsets.h')
-rw-r--r--src/docsets.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/docsets.h b/src/docsets.h
index 799e289..2fa0125 100644
--- a/src/docsets.h
+++ b/src/docsets.h
@@ -16,8 +16,6 @@
#ifndef DOCSETS_H
#define DOCSETS_H
-#include "qtbc.h"
-#include <qstrlist.h>
#include "sortdict.h"
#include "ftextstream.h"
#include "index.h"
@@ -49,7 +47,8 @@ class DocSets : public IndexIntf
bool addToNavIndex,
Definition *def
);
- void addIndexItem(Definition *context,MemberDef *md,const char *title);
+ void addIndexItem(Definition *context,MemberDef *md,
+ const char *sectionAnchor,const char *title);
void addIndexFile(const char *name);
void addImageFile(const char *) {}
void addStyleSheetFile(const char *) {}