aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-27 04:45:00 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-27 04:45:00 +0000
commitdf1595f5008c1009742d313221ad46bad233495f (patch)
treee38f7fb774bd0c7c883786c7b4b995e3613508c6
parentce89f234bcc11300d016d105c478cdc16d8dc86a (diff)
fix doxygen tags
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12404 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/strutil.h2
-rw-r--r--gtk/help_dlg.h2
-rw-r--r--gtk/main.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index beacb3b573..1733151040 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -137,7 +137,7 @@ guint8 * convert_string_to_hex(const char *string, size_t *nbytes);
/** Prep a string for case-sensitive vs case-insensitive searching.
*
* @param string The search string
- * @param case_sensitive TRUE if case-sensitive, FALSE if not
+ * @param case_insensitive TRUE if case-insensitive, FALSE if not
* @return A direct copy of the string if it's a case-sensitive search and
* an uppercased version if not. In either case the string must be g_free()d
* by the caller.
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index b2a21cb454..c21b9ef14c 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -90,7 +90,7 @@ url_page_action(url_page_action_e action);
* @param action the page to show
*/
extern void
-url_page_cb(GtkWidget *w _U_, url_page_action_e action);
+url_page_cb(GtkWidget *widget _U_, url_page_action_e action);
/** User requested one of the html pages by menu.
*
diff --git a/gtk/main.h b/gtk/main.h
index 3cd7339081..a84ea22e8d 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -238,7 +238,7 @@ extern gboolean main_filter_packets(capture_file *cf, const gchar *dftext,
gboolean force);
/** Open a new file coming from drag and drop.
- * @param cf_name the new capture filename
+ * @param selection_data the selection data reported from GTK
*/
extern void dnd_open_file_cmd(GtkSelectionData *selection_data);