# HG changeset patch # User Paul Aurich # Date 1236829974 0 # Node ID f916afb91566294d11d298a929295b53910d01e6 # Parent 85bb3539d3023748d5b4fc830910e74afe63cba0 Fixing warnings from `make docs` and stuff diff -r 85bb3539d302 -r f916afb91566 libpurple/xmlnode.h --- a/libpurple/xmlnode.h Wed Mar 11 04:39:56 2009 +0000 +++ b/libpurple/xmlnode.h Thu Mar 12 03:52:54 2009 +0000 @@ -304,11 +304,14 @@ * 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 */