warning: argument 'data' of command @param is not found in the argument list of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data)

warning: The following parameters of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data) are not documented: parameter 'user_data'

svn path=/trunk/; revision=53749
This commit is contained in:
Alexis La Goutte 2013-12-03 13:37:58 +00:00
parent 420b33d77d
commit b2445d481c
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ WS_DLL_PUBLIC void dissector_table_foreach (const char *table_name, DATFunc func
* any "decode as" entry that has been changed from its original state.
*
* @param[in] func The function to call for each dissector.
* @param[in] data User data to pass to the function.
* @param[in] user_data User data to pass to the function.
*/
WS_DLL_PUBLIC void dissector_all_tables_foreach_changed (DATFunc func,
gpointer user_data);