aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-19 20:46:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-19 20:46:38 +0000
commitb92c36cad8a071934f4ea0c00f95edd6ad5f4469 (patch)
tree078532c497aba731ebc8a4ab2fb2514bf7f98c61 /gtk
parent3febc9f1804cd77028a2e4e2855adb1c280d43e6 (diff)
fix various doxygen warnings
svn path=/trunk/; revision=14958
Diffstat (limited to 'gtk')
-rw-r--r--gtk/compat_macros.h1
-rw-r--r--gtk/help_dlg.h4
-rw-r--r--gtk/main.h2
-rw-r--r--gtk/menu.h5
-rw-r--r--gtk/recent.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/gtk/compat_macros.h b/gtk/compat_macros.h
index c7abedc9ef..008d28f2fa 100644
--- a/gtk/compat_macros.h
+++ b/gtk/compat_macros.h
@@ -255,7 +255,6 @@ dlg_radio_button_new_with_label_with_mnemonic( \
*
* @param radio_group group the radio buttons (another radio button or NULL for first one)
* @param label_text the text to display
- * @param accel_group accelerator group (GTK1 only)
* @return the new radio button
*/
#define RADIO_BUTTON_NEW_WITH_LABEL(radio_group, label_text) \
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index 38228e5968..a8f9383b82 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -86,11 +86,11 @@ void topic_cb(GtkWidget *widget, topic_action_e topic);
* @param data user_data (unused)
* @param topic the topic to display
*/
-void topic_menu_cb(GtkWidget *w _U_, gpointer data _U_, topic_action_e topic);
+void topic_menu_cb(GtkWidget *widget _U_, gpointer data _U_, topic_action_e topic);
/** Check, if a specific topic is available.
*
- * @param topic the topic to display
+ * @param action the topic action to display
* @return TRUE, if topic is available, FALSE if not
*/
gboolean topic_available(topic_action_e action);
diff --git a/gtk/main.h b/gtk/main.h
index 21376493d8..691d057338 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -271,7 +271,7 @@ extern gboolean main_filter_packets(capture_file *cf, const gchar *dftext,
/** Init the drag-n-drop functionality.
*
- * @param the target widget for this dnd operations
+ * @param w the target widget for this dnd operations
*/
extern void dnd_init(GtkWidget *w);
diff --git a/gtk/menu.h b/gtk/menu.h
index de917f89a1..6fb1ef044b 100644
--- a/gtk/menu.h
+++ b/gtk/menu.h
@@ -91,8 +91,9 @@ extern void set_menus_for_packet_history(gboolean back_history, gboolean forward
/** The current file has changed, we need to update the file set menu items.
*
- * @param back_history some back history entries available
- * @param forward_history some forward history entries available
+ * @param file_set the current file is part of a file set
+ * @param previous_file the previous file set (or NULL)
+ * @param next_file the next file set (or NULL)
*/
extern void set_menus_for_file_set(gboolean file_set, gboolean previous_file, gboolean next_file);
diff --git a/gtk/recent.h b/gtk/recent.h
index 4584ee18da..43d9bf636e 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -102,7 +102,7 @@ extern void write_recent_geom(gpointer key, gpointer value, gpointer rf);
* question. Return an indication of whether it succeeded or failed
* in some fashion.
*
- * @param a string of the form "<recent name>:<recent value>", as might appear
+ * @param prefarg a string of the form "<recent name>:<recent value>", as might appear
* as an argument to a "-o" command line option
* @return PREFS_SET_OK or PREFS_SET_SYNTAX_ERR
*/