libpurple/protocol.h

branch
soc.2013.gobjectification.plugins
changeset 37090
c45c70779582
parent 37089
4cf0522a39f5
child 37091
fb174197abb2
--- a/libpurple/protocol.h	Fri Feb 07 17:56:42 2014 +0530
+++ b/libpurple/protocol.h	Fri Feb 07 18:01:52 2014 +0530
@@ -741,7 +741,7 @@
 G_BEGIN_DECLS
 
 /**************************************************************************/
-/** @name Protocol Object API                                             */
+/* Protocol Object API                                                    */
 /**************************************************************************/
 
 /**
@@ -835,7 +835,7 @@
 		PurpleProtocolOverrideFlags flags);
 
 /**************************************************************************/
-/** @name Protocol Class API                                              */
+/* Protocol Class API                                                     */
 /**************************************************************************/
 
 void purple_protocol_class_login(PurpleProtocol *, PurpleAccount *);
@@ -849,7 +849,7 @@
 		PurpleAccount *account, PurpleBuddy *buddy);
 
 /**************************************************************************/
-/** @name Protocol Client Interface API                                   */
+/* Protocol Client Interface API                                          */
 /**************************************************************************/
 
 /**
@@ -898,7 +898,7 @@
 		PurpleConversation *conv);
 
 /**************************************************************************/
-/** @name Protocol Server Interface API                                   */
+/* Protocol Server Interface API                                          */
 /**************************************************************************/
 
 /**
@@ -976,7 +976,7 @@
 		PurpleGetPublicAliasFailureCallback failure_cb);
 
 /**************************************************************************/
-/** @name Protocol IM Interface API                                       */
+/* Protocol IM Interface API                                              */
 /**************************************************************************/
 
 /**
@@ -993,7 +993,7 @@
 		PurpleConnection *, const char *name, PurpleIMTypingState state);
 
 /**************************************************************************/
-/** @name Protocol Chat Interface API                                     */
+/* Protocol Chat Interface API                                            */
 /**************************************************************************/
 
 /**
@@ -1037,7 +1037,7 @@
 		PurpleConnection *gc, int id, const char *topic);
 
 /**************************************************************************/
-/** @name Protocol Privacy Interface API                                  */
+/* Protocol Privacy Interface API                                         */
 /**************************************************************************/
 
 /**
@@ -1063,7 +1063,7 @@
 		PurpleConnection *);
 
 /**************************************************************************/
-/** @name Protocol Xfer Interface API                                     */
+/* Protocol Xfer Interface API                                            */
 /**************************************************************************/
 
 /**
@@ -1083,7 +1083,7 @@
 		PurpleConnection *, const char *who);
 
 /**************************************************************************/
-/** @name Protocol Roomlist Interface API                                 */
+/* Protocol Roomlist Interface API                                        */
 /**************************************************************************/
 
 /**
@@ -1106,7 +1106,7 @@
 		PurpleRoomlistRoom *room);
 
 /**************************************************************************/
-/** @name Protocol Attention Interface API                                */
+/* Protocol Attention Interface API                                       */
 /**************************************************************************/
 
 /**
@@ -1123,7 +1123,7 @@
 		PurpleAccount *acct);
 
 /**************************************************************************/
-/** @name Protocol Media Interface API                                    */
+/* Protocol Media Interface API                                           */
 /**************************************************************************/
 
 /**
@@ -1140,7 +1140,7 @@
 		PurpleAccount *account, const char *who);
 
 /**************************************************************************/
-/** @name Protocol Factory Interface API                                  */
+/* Protocol Factory Interface API                                         */
 /**************************************************************************/
 
 /**

mercurial