Remove @name from new plugin and protocol stuff soc.2013.gobjectification.plugins

Fri, 07 Feb 2014 18:01:52 +0530

author
Ankit Vani <a@nevitus.org>
date
Fri, 07 Feb 2014 18:01:52 +0530
branch
soc.2013.gobjectification.plugins
changeset 37090
c45c70779582
parent 37089
4cf0522a39f5
child 37091
fb174197abb2

Remove @name from new plugin and protocol stuff

finch/gntplugin.h file | annotate | diff | comparison | revisions
libpurple/protocol.h file | annotate | diff | comparison | revisions
libpurple/protocols.c file | annotate | diff | comparison | revisions
libpurple/protocols.h file | annotate | diff | comparison | revisions
--- a/finch/gntplugin.h	Fri Feb 07 17:56:42 2014 +0530
+++ b/finch/gntplugin.h	Fri Feb 07 18:01:52 2014 +0530
@@ -74,7 +74,7 @@
 };
 
 /**********************************************************************
- * @name Plugin Info API
+ * Plugin Info API
  **********************************************************************/
 
 /**
--- 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                                         */
 /**************************************************************************/
 
 /**
--- a/libpurple/protocols.c	Fri Feb 07 17:56:42 2014 +0530
+++ b/libpurple/protocols.c	Fri Feb 07 18:01:52 2014 +0530
@@ -685,7 +685,7 @@
 }
 
 /**************************************************************************/
-/** @name Protocol Action API                                             */
+/* Protocol Action API                                                    */
 /**************************************************************************/
 
 PurpleProtocolAction *
--- a/libpurple/protocols.h	Fri Feb 07 17:56:42 2014 +0530
+++ b/libpurple/protocols.h	Fri Feb 07 18:01:52 2014 +0530
@@ -332,7 +332,7 @@
 void purple_protocol_action_free(PurpleProtocolAction *action);
 
 /**************************************************************************/
-/** @name Protocol Chat Entry API                                         */
+/* Protocol Chat Entry API                                                */
 /**************************************************************************/
 
 /**
@@ -343,7 +343,7 @@
 GType purple_protocol_chat_entry_get_type(void);
 
 /**************************************************************************/
-/** @name Protocol API                                                    */
+/* Protocol API                                                           */
 /**************************************************************************/
 
 /**
@@ -629,7 +629,7 @@
 GList *purple_protocols_get_all(void);
 
 /**************************************************************************/
-/** @name Protocols Subsytem API                                          */
+/* Protocols Subsytem API                                                 */
 /**************************************************************************/
 
 /**

mercurial