# HG changeset patch # User Christian Hammond # Date 1065067736 0 # Node ID b90c94620d1c578bd7a9d93fe30a0bc5d97c5538 # Parent 58bdfcb046b61148f101d269b682e87e7002531c [gaim-migrate @ 7689] A few small doc updates. committer: Tailor Script diff -r 58bdfcb046b6 -r b90c94620d1c src/account.h --- a/src/account.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/account.h Thu Oct 02 04:08:56 2003 +0000 @@ -628,11 +628,11 @@ /*@}*/ + /**************************************************************************/ -/** @name Accounts Subsystem */ +/** @name UI Registration Functions */ /**************************************************************************/ /*@{*/ - /** * Sets the UI operations structure to be used for accounts. * @@ -647,6 +647,14 @@ */ GaimAccountUiOps *gaim_accounts_get_ui_ops(void); +/*@}*/ + + +/**************************************************************************/ +/** @name Accounts Subsystem */ +/**************************************************************************/ +/*@{*/ + /** * Returns the accounts subsystem handle. * diff -r 58bdfcb046b6 -r b90c94620d1c src/connection.h --- a/src/connection.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/connection.h Thu Oct 02 04:08:56 2003 +0000 @@ -253,7 +253,7 @@ /*@}*/ /**************************************************************************/ -/** @name UI Operations API */ +/** @name UI Registration Functions */ /**************************************************************************/ /*@{*/ diff -r 58bdfcb046b6 -r b90c94620d1c src/conversation.h --- a/src/conversation.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/conversation.h Thu Oct 02 04:08:56 2003 +0000 @@ -1179,7 +1179,7 @@ /*@}*/ /**************************************************************************/ -/** @name Conversation Placement Functions */ +/** @name Conversation Placement API */ /**************************************************************************/ /*@{*/