From 8eacb88c2752c6c9e55caa60068392e3d424c763 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 15 Nov 2014 10:25:34 +0000 Subject: Fix Doxygen --- src/html/html_document.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3