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>
This commit is contained in:
Joerg Mayer 2018-03-16 21:25:53 +01:00 committed by Jörg Mayer
parent 6280c153bb
commit 2e977276c4
1 changed files with 2 additions and 3 deletions

View File

@ -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);