summaryrefslogtreecommitdiffstats
path: root/src/qhp.h
diff options
context:
space:
mode:
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;