From 0338d09eea66ede52ee364b8ca05986054bd077c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Sep 2015 13:51:33 +0100 Subject: Fix some doxygen warnings --- src/html/html_collection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html/html_collection.c') diff --git a/src/html/html_collection.c b/src/html/html_collection.c index 90e35a0..cba2b2d 100644 --- a/src/html/html_collection.c +++ b/src/html/html_collection.c @@ -285,7 +285,7 @@ dom_exception dom_html_collection_named_item(dom_html_collection *col, /** * Claim a reference on this collection * - * \pram col The collection object + * \param col The collection object */ void dom_html_collection_ref(dom_html_collection *col) { @@ -298,7 +298,7 @@ void dom_html_collection_ref(dom_html_collection *col) /** * Relese a reference on this collection * - * \pram col The collection object + * \param col The collection object */ void dom_html_collection_unref(dom_html_collection *col) { -- cgit v1.2.3