summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-04-08 14:16:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-04-08 14:16:03 (GMT)
commit17ee30b327bf4f07f2411a50a46f5467456beacf (patch)
treeffd092e761289b417363c0562ceb9b93b88f19a4 /src/htmlhelp.h
parent0039b4f79ad7e628dcab61e1d82f26fb8fa11cfe (diff)
downloadDoxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.zip
Doxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.tar.gz
Doxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.tar.bz2
Release-1.8.0-20120408
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index ef5fb67..669dd24 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -27,6 +27,7 @@
#include "ftextstream.h"
class QFile;
+class Definition;
class HtmlHelpIndex;
/*! A class that generated the HTML Help specific files.
@@ -75,10 +76,8 @@ class HtmlHelp : public IndexIntf
const char *file,
const char *anchor,
bool separateIndex,
- bool addToNavIndex);
- //void addIndexItem(const char *level1, const char *level2,
- // const char *contRef, const char *memRef,
- // const char *anchor,const MemberDef *md);
+ bool addToNavIndex,
+ Definition *def);
void addIndexItem(Definition *context,MemberDef *md,const char *title);
void addIndexFile(const char *name);
void addImageFile(const char *);