Mercurial > pidgin
changeset 28951:0f8a1e98408b
Documentationliness is next to Godliness
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 03 Feb 2010 21:20:44 +0000 |
parents | 3422481df7ba |
children | 8724fcca91ba |
files | libpurple/protocols/msn/userlist.h |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
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;