summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 17:38:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 17:38:42 +0000
commit712ebba754bda6a1d405ee06400433b07c4e9b2d (patch)
treed819923eb33885b4c98bb3ecefcfa76f75d58507 /examples
parenta875598a0cbde187cb61ec68707011f3f3ef7625 (diff)
downloadlibhubbub-712ebba754bda6a1d405ee06400433b07c4e9b2d.tar.gz
libhubbub-712ebba754bda6a1d405ee06400433b07c4e9b2d.tar.bz2
Improve documentation of tree handler APIs.
svn path=/trunk/hubbub/; revision=6019
Diffstat (limited to 'examples')
-rw-r--r--examples/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libxml.c b/examples/libxml.c
index 6580151..1190479 100644
--- a/examples/libxml.c
+++ b/examples/libxml.c
@@ -492,7 +492,7 @@ int create_comment(void *ctx, const hubbub_string *data, void **result)
* Create a doctype node
*
* \param ctx Our context
- * \param doctype Data for doctype node (public ID and system ID)
+ * \param doctype Data for doctype node (name, public ID and system ID)
* \param result Location to receive manufactured node
* \return 0 on success, 1 on memory exhaustion
*