diff -r 0deb8e555409 -r 3aa48ac21c45 libpurple/conversation.h
--- a/libpurple/conversation.h Sat Sep 08 20:43:59 2007 +0000
+++ b/libpurple/conversation.h Sat Sep 08 22:41:31 2007 +0000
@@ -184,7 +184,7 @@
time_t mtime);
/** Add @a cbuddies to a chat.
- * @param cbuddies A @C GList of #PurpleConvChatBuddy structs.
+ * @param cbuddies A @c GList of #PurpleConvChatBuddy structs.
* @param new_arrivals Whether join notices should be shown.
* (Join notices are actually written to the
* conversation by #purple_conv_chat_add_users().)
@@ -200,7 +200,7 @@
void (*chat_rename_user)(PurpleConversation *conv, const char *old_name,
const char *new_name, const char *new_alias);
/** Remove @a users from a chat.
- * @param users A @C GList of const char *s.
+ * @param users A @c GList of const char *s.
* @see purple_conv_chat_rename_user()
*/
void (*chat_remove_users)(PurpleConversation *conv, GList *users);