summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
commit63ef04ec84bc7bee9008be686e2e362058229643 (patch)
tree9acdd76172b3e37a08f887543cd0ee01e9a24419 /ui/gtk/packet_list.h
parent098997e5fb7e152bd777941e1a7a3f2ec3b8759b (diff)
downloadwireshark-63ef04ec84bc7bee9008be686e2e362058229643.tar.gz
Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
svn path=/trunk/; revision=49053
Diffstat (limited to 'ui/gtk/packet_list.h')
-rw-r--r--ui/gtk/packet_list.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/ui/gtk/packet_list.h b/ui/gtk/packet_list.h
index 3e3677488b..2936b02e95 100644
--- a/ui/gtk/packet_list.h
+++ b/ui/gtk/packet_list.h
@@ -72,49 +72,49 @@ extern void packet_list_mark_frame_cb(GtkWidget *widget, gpointer data);
/** Toggle Mark on all displayed packets.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_toggle_mark_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** Mark all displayed packets.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_mark_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** UnMark all packets in the capture.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_unmark_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** Ignore the currently selected packet.
*
- * @param widget parent widget (unused)
+ * @param widget parent widget
* @param data unused
*/
extern void packet_list_ignore_frame_cb(GtkWidget *widget, gpointer data);
/** Ignore/Unignore all displayed packets.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_ignore_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** Un-ignore all packets in the list.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_unignore_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** Un-Time Reference all packets in the capture.
*
- * @param widget parent widget (unused)
+ * @param w parent widget (unused)
* @param data unused
*/
extern void packet_list_untime_reference_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
@@ -127,7 +127,6 @@ typedef enum {
/** Called when user clicks on menu item to copy summary data.
*
- * @param w Not used.
* @param data Not used.
* @param copy_type Mode in which to copy data (e.g. tab-separated, CSV)
*/