Wireshark-commits: [Wireshark-commits] rev 51252: /trunk/wsutil/ /trunk/wsutil/: str_util.h
Date: Sat, 10 Aug 2013 21:27:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51252

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

Log:
 Fix (-W)documentation error found by Clang
 
 ./str_util.h:72:11: error: parameter 'str' not found in the function declaration [-Werror,-Wdocumentation]
  * @param str The string to be checked
           ^~~
 ./str_util.h:72:11: note: did you mean 'string'?
  * @param str The string to be checked
           ^~~
           string
 ./str_util.h:80:11: error: parameter 'str' not found in the function declaration [-Werror,-Wdocumentation]
  * @param str The string to be checked
           ^~~
 ./str_util.h:80:11: note: did you mean 'string'?
  * @param str The string to be checked
           ^~~
           string

Directory: /trunk/wsutil/
  Changes    Path          Action
  +4 -4      str_util.h    Modified