diff 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
line wrap: on
line diff
--- a/libpurple/xmlnode.h	Mon Jan 26 06:03:06 2009 +0000
+++ b/libpurple/xmlnode.h	Mon Jan 26 06:18:18 2009 +0000
@@ -309,6 +309,8 @@
  * @process  The utility that is calling xmlnode_from_file
  *
  * @return The new node.
+ *
+ * @since 2.6.0
  */
 xmlnode *xmlnode_from_file(const char *dir, const char *filename, 
 			   const char *description, const char *process);