Fix warning when generate documentation (doxygen)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 14 Apr 2014 18:20:24 +0000 (20:20 +0200)
committerAnders Broman <a.broman58@gmail.com>
Mon, 14 Apr 2014 20:20:38 +0000 (20:20 +0000)
commitbcb6f09f6f01e5cde635ea5a640bd9e671361447
treeb7ad35fdeb37fcd6fd5bdcc5210b376bf161a759
parent1fceb512f7f5fb3e2018dca7dc0fe541c3fbeef7
Fix warning when generate documentation (doxygen)

ui/packet_list_utils.h:32: warning: argument 'IN' of command @param is not found in the argument list of right_justify_column(gint col, capture_file *cf)
ui/packet_list_utils.h:32: warning: argument 'IN' of command @param is not found in the argument list of right_justify_column(gint col, capture_file *cf)
ui/packet_list_utils.h:32: warning: The following parameters of right_justify_column(gint col, capture_file *cf) are not documented:
  parameter 'col'
  parameter 'cf'
ui/packet_list_utils.h:42: warning: argument 'IN' of command @param is not found in the argument list of resolve_column(gint col, capture_file *cf)
ui/packet_list_utils.h:42: warning: argument 'IN' of command @param is not found in the argument list of resolve_column(gint col, capture_file *cf)
ui/packet_list_utils.h:42: warning: The following parameters of resolve_column(gint col, capture_file *cf) are not documented:
  parameter 'col'
  parameter 'cf'

Change-Id: I15c7046a36cc72d9904002946eab4dec81ab6861
Reviewed-on: https://code.wireshark.org/review/1132
Reviewed-by: Anders Broman <a.broman58@gmail.com>
ui/packet_list_utils.h