summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/packet_list_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/packet_list_utils.h b/ui/packet_list_utils.h
index be36ec0884..866ff70d8a 100644
--- a/ui/packet_list_utils.h
+++ b/ui/packet_list_utils.h
@@ -34,8 +34,8 @@ extern "C" {
/**
* Check to see if a column should be right justified.
*
- * @param col[IN] The column number.
- * @param cf[IN] The capture file containing the packet data.
+ * @param [IN]col The column number.
+ * @param [IN]cf The capture file containing the packet data.
*
* @return TRUE if the column should be right justified, FALSE otherwise.
*/
@@ -44,8 +44,8 @@ gboolean right_justify_column (gint col, capture_file *cf);
/**
* Check to see if a column's data should be resolved.
*
- * @param col[IN] The column number.
- * @param cf[IN] The capture file containing the packet data.
+ * @param [IN]col The column number.
+ * @param [IN]cf The capture file containing the packet data.
*
* @return TRUE if resolution is required, FALSE otherwise.
*/