--- a/libpurple/buddylist.h Thu Feb 06 17:25:40 2014 +0530 +++ b/libpurple/buddylist.h Thu Feb 06 17:54:14 2014 +0530 @@ -196,7 +196,7 @@ * Returns: A list of every buddy in the list. Caller is responsible for * freeing the list. * - * @see purple_blist_find_buddies + * See purple_blist_find_buddies(). */ GSList *purple_blist_get_buddies(void); @@ -316,7 +316,7 @@ * Removes a buddy from the buddy list and frees the memory allocated to it. * This doesn't actually try to remove the buddy from the server list. * - * @see purple_account_remove_buddy + * See purple_account_remove_buddy(). */ void purple_blist_remove_buddy(PurpleBuddy *buddy); @@ -328,7 +328,7 @@ * allocated to it. This calls purple_blist_remove_buddy and therefore * doesn't remove the buddies from the server list. * - * @see purple_blist_remove_buddy + * See purple_blist_remove_buddy(). */ void purple_blist_remove_contact(PurpleContact *contact);