From 647287f4ac7a5d8fede24bc4b49c4398b74cba9d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 14 Apr 2014 21:15:33 +0200 Subject: Fix warning when generate documentation (doxygen) ui/decode_as_utils.h:42: Warning: The following parameters of decode_build_reset_list(const gchar *table_name, ftenum_t selector_type, gpointer key, gpointer value, gpointer user_data) are not documented: parameter 'selector_type' Change-Id: I8353dae120e87c9651c6611924c1fc652436146d Reviewed-on: https://code.wireshark.org/review/1138 Reviewed-by: Anders Broman --- ui/decode_as_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/decode_as_utils.h') diff --git a/ui/decode_as_utils.h b/ui/decode_as_utils.h index c542d17179..d33da85748 100644 --- a/ui/decode_as_utils.h +++ b/ui/decode_as_utils.h @@ -53,6 +53,8 @@ void load_decode_as_entries(void); * protocol, i.e. the ethernet type code, IP port number, TCP port * number, etc. * + * @param selector_type The type of the selector in that dissector table + * * @param value A pointer to the value for this entry in the dissector * hash table. This is an opaque pointer that can only be handed back * to routine in the file packet.c - but it's unused. -- cgit v1.2.3