http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51268
User: alagoutte
Date: 2013/08/10 02:29 PM
Log:
 Fix (-W)documentation error found by Clang
 
 packet-jxta.c:1668:13: error: parameter 'names' not found in the function
       declaration [-Werror,-Wdocumentation]
 *   @param  names The table of names.
             ^~~~~
 packet-jxta.c:1668:13: note: did you mean 'names_table'?
 *   @param  names The table of names.
             ^~~~~
             names_table
Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-jxta.c    Modified