Wireshark-commits: [Wireshark-commits] master bac77ff: proto.h: fix api reference
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Apr 2015 10:56:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bac77ff22cced6c3e1db80161ad6206882a6b85b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    proto.h: fix api reference
    
    argument 'expression' of command @param is not found in the argument list of __DISSECTOR_ASSERT_STRINGIFY(s)
    The following parameters of __DISSECTOR_ASSERT_STRINGIFY(s) are not documented: parameter 's'
    The following parameters of __DISSECTOR_ASSERT_CMPINT(a, op, b, type, fmt) are not documented: parameter 'type', fmt
    The following parameters of proto_tree_add_bitmask_list(proto_tree *tree, tvbuff_t *tvb, const guint offset, const int len, const int **fields, const guint encoding) are not documented: parameter 'len'
    
    Change-Id: I6adc34e66f45cdba63c34e87db762b39a281d127
    Reviewed-on: https://code.wireshark.org/review/8230
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  de563fa   to_str.h: fix api reference
    adds  bac77ff   proto.h: fix api reference


Summary of changes:
 epan/proto.h |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)