aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-09 09:27:37 +0200
committerMichael Mann <mmann78@netscape.net>2015-07-11 15:01:23 +0000
commit080c27f7ff697d99d9cc8699cc98ff02b0b22c52 (patch)
tree49f9d420ba2dcdffc80825021db594e32eb9e2a2 /ui
parentc7dbc5a01b0bbcfb7df13a7fe7039fddedae0d4f (diff)
simple_statistics_dialog(.h): fix parameter 'rtd_table/user_table' not found in the function declaration [-Wdocumentation]
Change-Id: Ie82d8528953169f1a95f985b36848176a45f8187 Reviewed-on: https://code.wireshark.org/review/9571 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/simple_statistics_dialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/simple_statistics_dialog.h b/ui/qt/simple_statistics_dialog.h
index 12a820e784..60938f2755 100644
--- a/ui/qt/simple_statistics_dialog.h
+++ b/ui/qt/simple_statistics_dialog.h
@@ -35,8 +35,7 @@ public:
protected:
/** Add a simple statistics table.
*
- * @param rtd_table The table to add.
- * @return A
+ * @param st_table The table to add.
*/
// gtk:service_response_table.h:init_srt_table
void addSimpleStatisticsTable(const struct _stat_tap_table *st_table);
@@ -55,7 +54,6 @@ private:
/** Register function to register dissectors that support a "simple" statistics table.
*
* @param data new_stat_tap_ui* representing dissetor stat table
- * @param user_data is unused
*/
void register_simple_stat_tables(gpointer data, gpointer);