diff libpurple/conversation.h @ 19684:f3e0b1221765

This will silence a few warnings when building the Doxygen docs.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 22:41:31 +0000
parents 44b4e8bd759b
children 7ea794e7cec3
line wrap: on
line diff
--- 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 <tt>const char *</tt>s.
+	 *  @param users    A @c GList of <tt>const char *</tt>s.
 	 *  @see purple_conv_chat_rename_user()
 	 */
 	void (*chat_remove_users)(PurpleConversation *conv, GList *users);