From 712ebba754bda6a1d405ee06400433b07c4e9b2d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 Jan 2009 17:38:42 +0000 Subject: Improve documentation of tree handler APIs. svn path=/trunk/hubbub/; revision=6019 --- examples/libxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 * -- cgit v1.2.3