Wireshark-commits: [Wireshark-commits] rev 51259: /trunk/epan/wmem/ /trunk/epan/wmem/:	wmem_user_cb
      
      
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51259
User: alagoutte
Date: 2013/08/10 02:28 PM
Log:
 Fix (-W)documentation error found by Clang
 
 ../../epan/wmem/wmem_user_cb.h:52:11: error: parameter 'allocator' not found in the function declaration
       [-Werror,-Wdocumentation]
  * @param allocator The allocator that triggered this callback.
           ^~~~~~~~~
 ../../epan/wmem/wmem_user_cb.h:53:11: error: parameter 'event' not found in the function declaration
       [-Werror,-Wdocumentation]
  * @param event     The event type that triggered this callback.
           ^~~~~
 ../../epan/wmem/wmem_user_cb.h:54:11: error: parameter 'user_data' not found in the function declaration
       [-Werror,-Wdocumentation]
  * @param user_data Whatever user_data was originally passed to the call to
           ^~~~~~~~~
 ../../epan/wmem/wmem_user_cb.h:63:11: error: parameter 'recurring' not found in the function declaration
       [-Werror,-Wdocumentation]
  * @param recurring If this is FALSE then the callback is called exactly once.
           ^~~~~~~~~
 4 errors generated.
Directory: /trunk/epan/wmem/
  Changes    Path              Action
  +3 -7      wmem_user_cb.h    Modified