summaryrefslogtreecommitdiffstats
path: root/src/qhp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
commitfee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/qhp.h
parentceb4115c7b941039411e1793e01239610ff112a2 (diff)
downloadDoxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'src/qhp.h')
-rw-r--r--src/qhp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qhp.h b/src/qhp.h
index 806001e..a428ac4 100644
--- a/src/qhp.h
+++ b/src/qhp.h
@@ -47,7 +47,7 @@ class Qhp : public IndexIntf
private:
void handlePrevSection();
void clearPrevSection();
- void setPrevSection(const char * title, const char * ref, int level);
+ void setPrevSection(const char * title, const char * basename, const char * anchor, int level);
void addFile(const char * fileName);
static QCString getFullProjectName();
@@ -58,7 +58,8 @@ class Qhp : public IndexIntf
QhpXmlWriter m_files;
QCString m_prevSectionTitle;
- QCString m_prevSectionRef;
+ QCString m_prevSectionBaseName;
+ QCString m_prevSectionAnchor;
int m_prevSectionLevel;
int m_sectionLevel;