http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51258
User: alagoutte
Date: 2013/08/10 02:28 PM
Log:
Fix (-W)documentation error found by Clang
../../epan/expert.h:176:9: warning: parameter 'pi' not found in the function declaration [-Wdocumentation]
@param pi Current protocol item (or NULL)
^~
../../epan/expert.h:176:9: note: did you mean 'tree'?
@param pi Current protocol item (or NULL)
^~
tree
../../epan/expert.h:195:9: warning: parameter 'pi' not found in the function declaration [-Wdocumentation]
@param pi Current protocol item (or NULL)
^~
2 warnings generated.
Directory: /trunk/epan/
Changes Path Action
+3 -4 expert.h Modified