diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
commit | fee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch) | |
tree | 94365b932426de715b3a479094b7056e0c4f878b /src/qhp.h | |
parent | ceb4115c7b941039411e1793e01239610ff112a2 (diff) | |
download | Doxygen-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.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |