aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-03-16 21:25:53 +0100
committerJörg Mayer <jmayer@loplof.de>2018-03-16 20:28:25 +0000
commit2e977276c4f2c0e9a0e0c8f206f325f2b5f723b9 (patch)
tree25c1af35ed70a5e24fbe583355163f56db493185 /epan/column-utils.h
parent6280c153bb8c33d661ffc40291cb41f9068786d8 (diff)
colum-utils.h: Fix 325 million -Wdocumentation warnings
Change-Id: I5ce6fbf4a536ffe72ef7c83d8d4f4f3c79155a8e Reviewed-on: https://code.wireshark.org/review/26513 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'epan/column-utils.h')
-rw-r--r--epan/column-utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/column-utils.h b/epan/column-utils.h
index 3463e00801..637270e1bd 100644
--- a/epan/column-utils.h
+++ b/epan/column-utils.h
@@ -282,9 +282,8 @@ WS_DLL_PUBLIC void col_append_ports(column_info *cinfo, const gint col, port_typ
*
* @param pinfo the current packet info
* @param col the column to use, e.g. COL_INFO
- * @param fmt_str Format string, e.g. "reassembled in %u".
- * @param src the source port value to append
- * @param dst the destination port value to append
+ * @param fmt_str format string, e.g. "reassembled in %u".
+ * @param frame_num frame number
*/
WS_DLL_PUBLIC void col_append_frame_number(packet_info *pinfo, const gint col, const gchar *fmt_str, guint frame_num);