changeset 7114:c47633e9e2a4

[gaim-migrate @ 7681] Documentation fixes. Make Doxygen happy. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 01:56:21 +0000
parents 4072d989ecdf
children 7bee4be16385
files src/buddyicon.h src/gtkutils.h src/plugin.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddyicon.h	Thu Oct 02 01:35:57 2003 +0000
+++ b/src/buddyicon.h	Thu Oct 02 01:56:21 2003 +0000
@@ -204,7 +204,7 @@
 /**
  * Sets the directory used to store buddy icon cache files.
  *
- * @param dir The directory to store buddy icon cache files to.
+ * @param cache_dir The directory to store buddy icon cache files to.
  */
 void gaim_buddy_icons_set_cache_dir(const char *cache_dir);
 
--- a/src/gtkutils.h	Thu Oct 02 01:35:57 2003 +0000
+++ b/src/gtkutils.h	Thu Oct 02 01:56:21 2003 +0000
@@ -259,7 +259,7 @@
 gboolean gaim_gtk_check_if_dir(const char *path, GtkFileSelection *filesel);
 
 /**
- * Parses a message to find <IMG> tags with valid ID attributes that
+ * Parses a message to find \<IMG\> tags with valid ID attributes that
  * refer to images in Gaim's image store, and load them into a list
  * of GdkPixbufs. Image tags with missing ID paramaters, or those that
  * refer to images that are not in the store will have a corresponding
--- a/src/plugin.h	Thu Oct 02 01:35:57 2003 +0000
+++ b/src/plugin.h	Thu Oct 02 01:56:21 2003 +0000
@@ -240,7 +240,7 @@
  * @param func       The function to execute.
  * @param marshal    The marshalling function.
  * @param ret_value  The return value type.
- * @param num_values The number of parameters.
+ * @param num_params The number of parameters.
  * @param ...        The parameter types.
  *
  * @return TRUE if the function was registered successfully, or