Wireshark-commits: [Wireshark-commits] master bcb6f09: Fix warning when generate documentation (dox

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Apr 2014 20:20:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcb6f09f6f01e5cde635ea5a640bd9e671361447
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bcb6f09 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  1fceb51   Fix warning when generate documentation (doxygen)
    adds  bcb6f09   Fix warning when generate documentation (doxygen)


Summary of changes:
 ui/packet_list_utils.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)