summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-08 14:16:03 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-08 14:16:03 (GMT)
commitc02e23403ebac29078e51df54f796ee71c0e8c3e (patch)
treeffd092e761289b417363c0562ceb9b93b88f19a4 /src/htmlhelp.cpp
parent4126eaa26d354ddd0e9aad8183f140f8f911442e (diff)
downloadDoxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.zip
Doxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.tar.gz
Doxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.tar.bz2
Release-1.8.0-20120408
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index af06445..2860296 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -631,6 +631,7 @@ QCString HtmlHelp::recode(const QCString &s)
* \param anchor the anchor of the item.
* \param separateIndex not used.
* \param addToNavIndex not used.
+ * \param def not used.
*/
void HtmlHelp::addContentsItem(bool isDir,
const char *name,
@@ -638,7 +639,8 @@ void HtmlHelp::addContentsItem(bool isDir,
const char *file,
const char *anchor,
bool /* separateIndex */,
- bool /* addToNavIndex */)
+ bool /* addToNavIndex */,
+ Definition * /* def */)
{
// If we're using a binary toc then folders cannot have links.
if(Config_getBool("BINARY_TOC") && isDir)