diff src/blist.h @ 10566:62fc579810f4

[gaim-migrate @ 11949] Mostly some whitespace cleanups, a couple of documentation fixes/cleanups. I also removed toggle_sensitive() since it was duplicated a couple lines down. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 02 Feb 2005 17:13:41 +0000
parents 1596ade00664
children 54f7939df8e3
line wrap: on
line diff
--- a/src/blist.h	Wed Feb 02 00:07:18 2005 +0000
+++ b/src/blist.h	Wed Feb 02 17:13:41 2005 +0000
@@ -89,8 +89,9 @@
 /**************************************************************************/
 
 /**
- * A Buddy list node.  This can represent a group, a buddy, or anything else.  This is a base class for struct buddy and
- * struct group and for anything else that wants to put itself in the buddy list. */
+ * A Buddy list node.  This can represent a group, a buddy, or anything else.
+ * This is a base class for struct buddy and struct group and for anything
+ * else that wants to put itself in the buddy list. */
 struct _GaimBlistNode {
 	GaimBlistNodeType type;             /**< The type of node this is       */
 	GaimBlistNode *prev;                /**< The sibling before this buddy. */
@@ -517,7 +518,6 @@
  * gaim_contact_get_priority_buddy recomputes it.
  *
  * @param contact  The contact
- * @return The highest priority buddy
  */
 void gaim_contact_invalidate_priority_buddy(GaimContact *contact);
 /**