summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-02-03 10:42:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-02-03 10:42:52 (GMT)
commitac16b765b390a835d3f455691a2e3f6a0e94bd78 (patch)
treec6e72204c112ad8646d737990b93aa290c61c34c /src/htmlhelp.cpp
parent75fa97fc3cac911c348d177c98057dc68c61771b (diff)
downloadDoxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.zip
Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.gz
Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.bz2
Release-1.2.13-20020203
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index fce5ec8..f179449 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -396,8 +396,10 @@ int HtmlHelp::decContentsDepth()
}
/*! Add an list item to the contents file.
+ * \param isDir boolean indicating if this is a dir or file entry
* \param name the name of the item.
* \param ref the URL of to the item.
+ * \param anchor the anchor of the item.
*/
void HtmlHelp::addContentsItem(bool isDir,
const char *name,const char *ref,
@@ -433,8 +435,10 @@ void HtmlHelp::addContentsItem(bool isDir,
}
/*! Add an list item to the index file.
- * \param name the name of the item.
+ * \param level1 the main index of the item.
+ * \param level2 the sub index of the item.
* \param ref the URL of to the item.
+ * \param anchor the anchor of the item.
* \sa HtmlHelpIndex
*/
void HtmlHelp::addIndexItem(const char *level1, const char *level2,