summaryrefslogtreecommitdiff
path: root/utils/libdom.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
commit9fde3502b659d3858cd1978d2c6535c57efbe924 (patch)
tree05b81ded322deb7fb0b7c1b7fa4d88bbbff193fc /utils/libdom.h
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'utils/libdom.h')
-rw-r--r--utils/libdom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/libdom.h b/utils/libdom.h
index 4f78cd2e9..becada315 100644
--- a/utils/libdom.h
+++ b/utils/libdom.h
@@ -36,6 +36,8 @@
* depth-first walk the dom calling callback for each element
*
* \param root the dom node to use as the root of the tree walk
+ * \param callback The function called for each element
+ * \param ctx The context passed to teh callback.
* \return true if all nodes were examined, false if the callback terminated
* the walk early.
*/