Documentationliness is next to Godliness

Wed, 03 Feb 2010 21:20:44 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 03 Feb 2010 21:20:44 +0000
changeset 29274
33398041f9a6
parent 29273
30a9eca40143
child 29275
fb7cc421cc85

Documentationliness is next to Godliness

libpurple/protocols/msn/userlist.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/userlist.h	Wed Feb 03 21:17:30 2010 +0000
+++ b/libpurple/protocols/msn/userlist.h	Wed Feb 03 21:20:44 2010 +0000
@@ -31,12 +31,11 @@
 
 typedef enum
 {
-	MSN_LIST_FL,
-	MSN_LIST_AL,
-	MSN_LIST_BL,
-	MSN_LIST_RL,
-	MSN_LIST_PL
-
+	MSN_LIST_FL, /**< Forward list */
+	MSN_LIST_AL, /**< Allow list */
+	MSN_LIST_BL, /**< Block list */
+	MSN_LIST_RL, /**< Reverse list */
+	MSN_LIST_PL  /**< Pending list */
 } MsnListId;
 
 

mercurial