comparison libpurple/xmlnode.h @ 25921:d25cbbea7fe5

Add @since 2.6.0 doxygen comments to some of our new functions, and try to make the formatting of our comments a little more uniform
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:18:18 +0000
parents 4aeef8c3cce3
children 584063555949
comparison
equal deleted inserted replaced
25920:c0e3b62f8098 25921:d25cbbea7fe5
307 * @param str The string of xml. 307 * @param str The string of xml.
308 * @param description The description of the file being parsed 308 * @param description The description of the file being parsed
309 * @process The utility that is calling xmlnode_from_file 309 * @process The utility that is calling xmlnode_from_file
310 * 310 *
311 * @return The new node. 311 * @return The new node.
312 *
313 * @since 2.6.0
312 */ 314 */
313 xmlnode *xmlnode_from_file(const char *dir, const char *filename, 315 xmlnode *xmlnode_from_file(const char *dir, const char *filename,
314 const char *description, const char *process); 316 const char *description, const char *process);
315 317
316 #ifdef __cplusplus 318 #ifdef __cplusplus