From 9fde3502b659d3858cd1978d2c6535c57efbe924 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 23:27:13 +0000 Subject: doxygen cleanups in utils --- utils/libdom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/libdom.h') 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. */ -- cgit v1.2.1