aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/proto_help.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:31:35 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:31:35 +0000
commit3ac11c0a95a9fe62c84169dca86ec56e0bbad721 (patch)
tree4e7c97f8873a0818d4b6fd351fd5a76d4c825215 /ui/gtk/proto_help.h
parentc67d8f40e6656c8d6238375a5f6131b819301d69 (diff)
Fix (-W)documentation error found by Clang
In file included from main_menubar.c:110: ../../ui/gtk/proto_help.h:39:5: error: '@return' command used in a comment that is attached to a function returning void [-Werror,-Wdocumentation] * @return void ~^~~~~~~~~~~ ../../ui/gtk/proto_help.h:47:5: error: '@return' command used in a comment that is attached to a function returning void [-Werror,-Wdocumentation] * @return void ~^~~~~~~~~~~ svn path=/trunk/; revision=51279
Diffstat (limited to 'ui/gtk/proto_help.h')
-rw-r--r--ui/gtk/proto_help.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gtk/proto_help.h b/ui/gtk/proto_help.h
index 15e59371ff..1d835968f1 100644
--- a/ui/gtk/proto_help.h
+++ b/ui/gtk/proto_help.h
@@ -36,7 +36,6 @@ extern void proto_help_init(void);
/** Initialize the menu
*
* @param widget Context menu root
- * @return void
*/
extern void proto_help_menu_init(GtkWidget *widget);
@@ -44,7 +43,6 @@ extern void proto_help_menu_init(GtkWidget *widget);
*
* @param selection Currently-selected packet
* @param cfile Capture file
- * @return void
*/
extern void proto_help_menu_modify(GtkTreeSelection* selection, capture_file *cfile);