diff src/account.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 2f41f462ab4e
children b234ad7e0dfe
line wrap: on
line diff
--- a/src/account.h	Wed Sep 29 15:01:33 2004 +0000
+++ b/src/account.h	Fri Oct 01 22:08:39 2004 +0000
@@ -96,6 +96,8 @@
  *
  * @param username    The username.
  * @param protocol_id The protocol ID.
+ *
+ * @return The new account.
  */
 GaimAccount *gaim_account_new(const char *username, const char *protocol_id);
 
@@ -128,8 +130,6 @@
  * Disconnects from an account.
  *
  * @param account The account to disconnect from.
- *
- * @return The gaim connection.
  */
 void gaim_account_disconnect(GaimAccount *account);