Wireshark-commits: [Wireshark-commits] rev 51251: /trunk/wsutil/ /trunk/wsutil/: crc16.h
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51251
User: alagoutte
Date: 2013/08/10 02:27 PM
Log:
Fix (-W)documentation error found by Clang
../wsutil/crc16.h:68:11: error: parameter 'pBuffer' not found in the function declaration [-Werror,-Wdocumentation]
* @param pBuffer a pointer to a buffer of the given length
^~~~~~~
../wsutil/crc16.h:68:11: note: did you mean 'buf'?
* @param pBuffer a pointer to a buffer of the given length
^~~~~~~
buf
../wsutil/crc16.h:77:11: error: parameter 'pBuffer' not found in the function declaration [-Werror,-Wdocumentation]
* @param pBuffer a pointer to a buffer of the given length
^~~~~~~
../wsutil/crc16.h:77:11: note: did you mean 'buf'?
* @param pBuffer a pointer to a buffer of the given length
^~~~~~~
buf
Directory: /trunk/wsutil/
Changes Path Action
+2 -2 crc16.h Modified