aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-22 18:29:08 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-23 19:55:42 +0000
commit90e46f4a4a4b83aa70398855da60bf166d4348db (patch)
treee9eb89ee27d7b37b0fafcc4d1b65dc9ae6f7cf2e /epan
parentd610ef23a2a96b632ff087a713c6ed8dc38b83b8 (diff)
Fix (-W)documentation error found by Clang
Change-Id: I2d2bbc211e98ad24a27c855031f670b7bdbd530e Reviewed-on: https://code.wireshark.org/review/3162 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/proto.h b/epan/proto.h
index a525cca9f5..cb456f8ebc 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -932,8 +932,7 @@ proto_tree_add_text_valist(proto_tree *tree, tvbuff_t *tvb, gint start,
@param start start of data in tvb
@param length length of data in tvb
@param idx one of the ett_ array elements registered with proto_register_subtree_array()
- @param tree_item item returned with tree creation.
- @param Can be NULL if going to be unused
+ @param tree_item item returned with tree creation. Can be NULL if going to be unused
@param text label for the tree
@return the newly created tree */
WS_DLL_PUBLIC proto_tree *
@@ -946,8 +945,7 @@ proto_tree_add_subtree(proto_tree *tree, tvbuff_t *tvb, gint start, gint length,
@param start start of data in tvb
@param length length of data in tvb
@param idx one of the ett_ array elements registered with proto_register_subtree_array()
- @param tree_item item returned with tree creation.
- @param Can be NULL if going to be unused
+ @param tree_item item returned with tree creation. Can be NULL if going to be unused
@param format printf like format string
@param ... printf like parameters
@return the newly created tree */