diff src/pounce.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 158196b2db19
children f098765ac919
line wrap: on
line diff
--- a/src/pounce.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/pounce.h	Wed Sep 03 05:21:04 2003 +0000
@@ -123,7 +123,7 @@
  * @param pounce  The buddy pounce.
  * @param pouncee The buddy to pounce on.
  */
-void gaim_pounce_set_pouncee(GaimPounce *pounce, const char *buddy);
+void gaim_pounce_set_pouncee(GaimPounce *pounce, const char *pouncee);
 
 /**
  * Sets whether or not the pounce should be saved after execution.
@@ -263,7 +263,7 @@
  * Finds a pounce with the specified event(s) and buddy.
  *
  * @param pouncer The account to match against.
- * @param buddy   The buddy to match against.
+ * @param pouncee The buddy to match against.
  * @param events  The event(s) to match against.
  *
  * @return The pounce if found, or @c NULL otherwise.