diff libpurple/account.h @ 16201:36b09c6f7957

Doxygen updates. This eliminated all the warnings from Doxygen.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:07:21 +0000
parents ac1a32ebd62c
children 4fc51a87ce42
line wrap: on
line diff
--- a/libpurple/account.h	Mon Apr 16 03:37:48 2007 +0000
+++ b/libpurple/account.h	Mon Apr 16 05:07:21 2007 +0000
@@ -195,10 +195,11 @@
  * user authorizes or denies the remote user from adding him.
  *
  * @param account      The account that was added
- * @param remote_user  The name of the usre that added this account.
+ * @param remote_user  The name of the user that added this account.
  * @param id           The optional ID of the local account. Rarely used.
  * @param alias        The optional alias of the remote user.
  * @param message      The optional message sent from the uer requesting you
+ * @param on_list      Is the remote user already on the buddy list?
  * @param auth_cb      The callback called when the local user accepts
  * @param deny_cb      The callback called when the local user rejects
  * @param user_data    Data to be passed back to the above callbacks