diff libpurple/protocols/msn/userlist.h @ 29341:0f8a1e98408b

Documentationliness is next to Godliness
author Mark Doliner <mark@kingant.net>
date Wed, 03 Feb 2010 21:20:44 +0000
parents 72bf514cef92
children 462cb893521b
line wrap: on
line diff
--- 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;