summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-11-15 10:25:34 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-11-15 10:25:34 +0000
commit8eacb88c2752c6c9e55caa60068392e3d424c763 (patch)
tree2e0dc9aebac7ee6db1c99aaacd94d69564dbc599
parent89b61e8483cac27ea23c840d7a68c5243de97421 (diff)
downloadlibdom-8eacb88c2752c6c9e55caa60068392e3d424c763.tar.gz
libdom-8eacb88c2752c6c9e55caa60068392e3d424c763.tar.bz2
Fix Doxygen
-rw-r--r--src/html/html_document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index ac0469c..d6c5caa 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -748,7 +748,7 @@ bool applet_callback(struct dom_node_internal * node, void *ctx)
*
* \param node The dom_node_internal object
* \param ctx The dom_html_document object (void *)
- * \return DOM_NO_ERR on success, appropriate dom_exception on failure.
+ * \return true if node is an applet object
*/
bool applets_callback(struct dom_node_internal *node, void *ctx)
{