diff src/notify.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 aabb0b331ac8
children feb3d21a7794
line wrap: on
line diff
--- a/src/notify.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/notify.h	Wed Sep 03 05:21:04 2003 +0000
@@ -133,7 +133,7 @@
  * @param subjects  The array of subjects.
  * @param froms     The array of from addresses.
  * @param tos       The array of destination addresses.
- * @param url       The URLs where the messages can be read.
+ * @param urls      The URLs where the messages can be read.
  * @param cb        The callback to call when the user closes
  *                  the notification.
  * @param user_data The data to pass to the callback.
@@ -158,6 +158,7 @@
  * @param text      The formatted text.
  * @param cb        The callback to call when the user closes
  *                  the notification.
+ * @param user_data The data to pass to the callback.
  *
  * @return A UI-specific handle.
  */
@@ -169,7 +170,7 @@
  * Opens a URI or somehow presents it to the user.
  *
  * @param handle The plugin or connection handle.
- * @param url    The URI to display or go to.
+ * @param uri    The URI to display or go to.
  *
  * @return A UI-specific handle, if any. This may only be presented if
  *         the UI code displays a dialog instead of a webpage, or something