aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-04-27 12:04:48 +0000
committerAnders Broman <a.broman58@gmail.com>2020-04-27 14:33:18 +0000
commitca4cc6a34fe23b9b7c01573c2e87bf2d5ff15d44 (patch)
tree79e86dd1411d21f893b3810d7755dd11df84e2e5 /epan/proto.h
parent6d0863eecbde53b4898ab42908a6f75a4dc65191 (diff)
proto(.h): fix -Wdocumentation
parameter 'ti' not found in the function declaration [-Wdocumentation] Change-Id: I4080cf118c3a81fd47fd4c32e8809d83256893dd Reviewed-on: https://code.wireshark.org/review/36955 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index fd6d5c8f1f..d5802b1c53 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -1072,7 +1072,7 @@ WS_DLL_PUBLIC int proto_item_get_len(const proto_item *ti);
* Can be used, for example, to append that to the parent item of
* that item.
@param scope the wmem scope to use to allocate the string
- @param ti the item from which to get the display representation
+ @param pi the item from which to get the display representation
@return the display representation */
WS_DLL_PUBLIC char *proto_item_get_display_repr(wmem_allocator_t *scope, proto_item *pi);