diff src/privacy.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 31c0a9adc1a4
children feb3d21a7794
line wrap: on
line diff
--- a/src/privacy.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/privacy.h	Wed Sep 03 05:21:04 2003 +0000
@@ -45,7 +45,7 @@
  * Adds a user to the account's permit list.
  *
  * @param account    The account.
- * @Param name       The name of the user to add to the list.
+ * @param name       The name of the user to add to the list.
  * @param local_only If TRUE, only the local list is updated, and not
  *                   the server.
  *
@@ -58,7 +58,7 @@
  * Removes a user from the account's permit list.
  *
  * @param account    The account.
- * @Param name       The name of the user to add to the list.
+ * @param name       The name of the user to add to the list.
  * @param local_only If TRUE, only the local list is updated, and not
  *                   the server.
  *
@@ -71,7 +71,7 @@
  * Adds a user to the account's deny list.
  *
  * @param account    The account.
- * @Param name       The name of the user to add to the list.
+ * @param name       The name of the user to add to the list.
  * @param local_only If TRUE, only the local list is updated, and not
  *                   the server.
  *
@@ -84,7 +84,7 @@
  * Removes a user from the account's deny list.
  *
  * @param account    The account.
- * @Param name       The name of the user to add to the list.
+ * @param name       The name of the user to add to the list.
  * @param local_only If TRUE, only the local list is updated, and not
  *                   the server.
  *