# HG changeset patch # User Christian Hammond # Date 1065059781 0 # Node ID c47633e9e2a4979b4e2fd32e4347bde001368809 # Parent 4072d989ecdf113f922dae5018bedeb7d08d7960 [gaim-migrate @ 7681] Documentation fixes. Make Doxygen happy. committer: Tailor Script diff -r 4072d989ecdf -r c47633e9e2a4 src/buddyicon.h --- 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); diff -r 4072d989ecdf -r c47633e9e2a4 src/gtkutils.h --- 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 tags with valid ID attributes that + * Parses a message to find \ 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 diff -r 4072d989ecdf -r c47633e9e2a4 src/plugin.h --- 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