summaryrefslogtreecommitdiff
path: root/src/html/html_collection.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-01 13:51:33 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-01 13:51:33 +0100
commit0338d09eea66ede52ee364b8ca05986054bd077c (patch)
tree0fe98450a9f9aebd31b11a6abb74dbc055b1edd2 /src/html/html_collection.c
parentd8a43372a5c9b3e40b55b21bf6a07dfcfc6e61a6 (diff)
downloadlibdom-0338d09eea66ede52ee364b8ca05986054bd077c.tar.gz
libdom-0338d09eea66ede52ee364b8ca05986054bd077c.tar.bz2
Fix some doxygen warnings
Diffstat (limited to 'src/html/html_collection.c')
-rw-r--r--src/html/html_collection.c4
1 files changed, 2 insertions, 2 deletions
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)
{