diff libpurple/xmlnode.h @ 21457:eb0f36c3a58f

Get rid of a few silly doxygen warnings
author Mark Doliner <mark@kingant.net>
date Mon, 12 Nov 2007 08:27:56 +0000
parents 78f3361f5e62
children 84c7bb2ca41f 774ef2a2e7f8 efde7e6ed5f2
line wrap: on
line diff
--- a/libpurple/xmlnode.h	Mon Nov 12 08:27:17 2007 +0000
+++ b/libpurple/xmlnode.h	Mon Nov 12 08:27:56 2007 +0000
@@ -158,10 +158,10 @@
 /**
  * Sets a prefixed attribute for a node
  *
- * @param node  The node to set an attribute for.
- * @param attr  The name of the attribute to set
- * @param xmlns The prefix of the attribute to ste
- * @param value The value of the attribute
+ * @param node   The node to set an attribute for.
+ * @param attr   The name of the attribute to set
+ * @param prefix The prefix of the attribute to ste
+ * @param value  The value of the attribute
  */
 void xmlnode_set_attrib_with_prefix(xmlnode *node, const char *attr, const char *prefix, const char *value);
 
@@ -232,8 +232,8 @@
 /**
  * Sets the prefix of a node
  *
- * @param node The node to qualify
- * @param xmlns The prefix of the node
+ * @param node   The node to qualify
+ * @param prefix The prefix of the node
  */
 void xmlnode_set_prefix(xmlnode *node, const char *prefix);