libpurple/conversation.h

branch
next.minor
changeset 21255
48d8d4eb9ece
parent 21253
121075afcdbc
child 21453
a90cf329cd48
--- a/libpurple/conversation.h	Fri Oct 26 08:41:17 2007 +0000
+++ b/libpurple/conversation.h	Fri Oct 26 09:44:00 2007 +0000
@@ -294,8 +294,8 @@
 	char *what;
 	PurpleMessageFlags flags;
 	time_t when;
-	PurpleConversation *conv;  /** @since 2.3.0 */
-	char *alias;               /** @since 2.3.0 */
+	PurpleConversation *conv;  /**< @since 2.3.0 */
+	char *alias;               /**< @since 2.3.0 */
 };
 
 /**

mercurial