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

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

Commits:

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

    Fix warning when generate documentation (doxygen)
    
    pcapio.h:65: Warning: The following parameters of pcapng_write_session_header_block(FILE *pfile, const char *comment, const char *hw, const char *os, const char *appname, guint64 section_length, guint64 *bytes_written, int *err) are not documented:
      parameter 'err'
    
    Change-Id: I0eaa55a44436de5b9687c9b7846c199fe77d98e4
    Reviewed-on: https://code.wireshark.org/review/1135
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bfc85bb   Fix warning when generate documentation (doxygen)
    adds  d029cf1   Fix warning when generate documentation (doxygen)


Summary of changes:
 pcapio.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)