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