Wireshark-commits: [Wireshark-commits] rev 51270: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 10 Aug 2013 21:30:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51270

User: alagoutte
Date: 2013/08/10 02:30 PM

Log:
 Fix (-W)documentation error found by Clang
 
 packet-ucp.c:781:5: error: '\return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * \return              For 'int'-types, the value of the field.
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 packet-ucp.c:954:17: error: parameter 'field' not found in the function
       declaration [-Werror,-Wdocumentation]
  * \param       field   The actual field, whose value needs displaying
                 ^~~~~

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +0 -2      packet-ucp.c    Modified