Remove some left-over @see's gtkdoc-conversion

Fri, 07 Feb 2014 17:35:46 +0530

author
Ankit Vani <a@nevitus.org>
date
Fri, 07 Feb 2014 17:35:46 +0530
branch
gtkdoc-conversion
changeset 35485
891224cdaca1
parent 35484
8690bc78f0de
child 35486
fe9a7f6143c1

Remove some left-over @see's

libpurple/blistnodetypes.h file | annotate | diff | comparison | revisions
--- a/libpurple/blistnodetypes.h	Fri Feb 07 15:41:07 2014 +0530
+++ b/libpurple/blistnodetypes.h	Fri Feb 07 17:35:46 2014 +0530
@@ -212,14 +212,13 @@
  *
  * Creates a new buddy.
  *
- * This function only creates the PurpleBuddy. Use purple_blist_add_buddy
- * to add the buddy to the list and purple_account_add_buddy to sync up
+ * This function only creates the #PurpleBuddy. Use purple_blist_add_buddy()
+ * to add the buddy to the list and purple_account_add_buddy() to sync up
  * with the server.
  *
- * Returns:           A newly allocated buddy
+ * See purple_account_add_buddy(), purple_blist_add_buddy().
  *
- * @see purple_account_add_buddy
- * @see purple_blist_add_buddy
+ * Returns: A newly allocated buddy
  */
 PurpleBuddy *purple_buddy_new(PurpleAccount *account, const char *name, const char *alias);
 
@@ -233,7 +232,7 @@
  * This should only be called from within Purple. You probably want to
  * call purple_buddy_icon_set_data().
  *
- * @see purple_buddy_icon_set_data()
+ * See purple_buddy_icon_set_data().
  */
 void purple_buddy_set_icon(PurpleBuddy *buddy, PurpleBuddyIcon *icon);
 
@@ -284,9 +283,9 @@
  *
  * This should only be called from the associated protocol.
  *
- * Returns:      The protocol data.
+ * See purple_buddy_set_protocol_data().
  *
- * @see purple_buddy_set_protocol_data()
+ * Returns:      The protocol data.
  */
 gpointer purple_buddy_get_protocol_data(const PurpleBuddy *buddy);
 
@@ -299,7 +298,7 @@
  *
  * This should only be called from the associated protocol.
  *
- * @see purple_buddy_get_protocol_data()
+ * See purple_buddy_get_protocol_data().
  */
 void purple_buddy_set_protocol_data(PurpleBuddy *buddy, gpointer data);
 

mercurial