fix doxygen tags
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 2004 04:45:00 +0000 (04:45 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 2004 04:45:00 +0000 (04:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12404 f5534014-38df-0310-8fa8-9805f1628bb7

epan/strutil.h
gtk/help_dlg.h
gtk/main.h

index beacb3b573da38448b7df2860c588fd83f9e5e57..17331510408e3e9b2cd56da11e4cdb54747253c6 100644 (file)
@@ -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.
index b2a21cb454327e8c76a220887be6fa474fddb522..c21b9ef14cdddb07d8641049077a77fc9005358c 100644 (file)
@@ -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.
  *
index 3cd733908100ed085323a871dbbe4daa7569a5c1..a84ea22e8dc1aac2e714dcb00e44c53af53af1eb 100644 (file)
@@ -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);