summaryrefslogtreecommitdiffstats
path: root/src/qhp.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
commit1a68946cfa3e3ee749a683fdabc93e6b5311adeb (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/qhp.h
parent9c9313827b29876de43ad5305fd7ac162013359c (diff)
downloadDoxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.zip
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.tar.gz
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.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;