aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-06-14 23:43:15 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-06-14 22:53:30 +0000
commit58023e5ee9ac26c4e74212068f1588bc8243afac (patch)
tree5bf6c9196f243c05c3999cef07ecdc5adc2b58ad /epan/proto.h
parentb7e32bbd46fd6433bdc4fd69ea46fa8d5598b66e (diff)
proto(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
Change-Id: Ie0e502adcc8eb00f65ffa6c018d5b9d79655ddb7 Reviewed-on: https://code.wireshark.org/review/15907 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 019012d7ca..ecc534ae7b 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -2592,8 +2592,7 @@ proto_tree_add_bitmask_list(proto_tree *tree, tvbuff_t *tvb, const guint offset,
FT_BOOLEAN bits that are set to 1 will have the name added to the expansion.
FT_integer fields that have a value_string attached will have the
matched string displayed on the expansion line.
- @param value bitmask value
- @return the newly created item */
+ @param value bitmask value */
WS_DLL_PUBLIC void
proto_tree_add_bitmask_list_value(proto_tree *tree, tvbuff_t *tvb, const guint offset,
const int len, const int **fields, const guint64 value);