cpw.darkrain42.docs: 32bb9bd2: Fixing warnings from `make docs` and stu...

paul at darkrain42.org paul at darkrain42.org
Sun Mar 22 23:10:44 EDT 2009


-----------------------------------------------------------------
Revision: 32bb9bd20e1c43f7114c55c19bbdb65d9572bdc6
Ancestor: 7f8f2c1da8b80a800985048fe1895bfee3c1676c
Author: paul at darkrain42.org
Date: 2009-03-12T03:52:54
Branch: im.pidgin.cpw.darkrain42.docs
URL: http://d.pidgin.im/viewmtn/revision/info/32bb9bd20e1c43f7114c55c19bbdb65d9572bdc6

Modified files:
        libpurple/xmlnode.h

ChangeLog: 

Fixing warnings from `make docs` and stuff

-------------- next part --------------
============================================================
--- libpurple/xmlnode.h	aa46af3c80747926d5371962bff3ec4ee730a79d
+++ libpurple/xmlnode.h	f43c87b78fc0412b0110df9947f430c48d5446e7
@@ -304,11 +304,14 @@ void xmlnode_free(xmlnode *node);
  * root node of an XML document will parse the entire document
  * into a tree of nodes, and return the xmlnode of the root.
  *
- * @param str  The string of xml.
- * @param description  The description of the file being parsed
- * @process  The utility that is calling xmlnode_from_file
+ * @param dir  The directory where the file is located
+ * @param filename  The filename
+ * @param description  A description of the file being parsed. Displayed to
+ * 			the user if the file cannot be read.
+ * @param process  The subsystem that is calling xmlnode_from_file. Used as
+ * 			the category for debugging.
  *
- * @return The new node.
+ * @return The new node or NULL if an error occurred.
  *
  * @since 2.6.0
  */


More information about the Commits mailing list