aboutsummaryrefslogtreecommitdiffstats
path: root/ui/decode_as_utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 21:15:33 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-14 20:28:34 +0000
commit647287f4ac7a5d8fede24bc4b49c4398b74cba9d (patch)
treef59a6305042f11098abcff4ba8a1ceb674391a54 /ui/decode_as_utils.h
parenta9103e0234c040a748898c8be8aab5a88a1f7bb9 (diff)
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 <a.broman58@gmail.com>
Diffstat (limited to 'ui/decode_as_utils.h')
-rw-r--r--ui/decode_as_utils.h2
1 files changed, 2 insertions, 0 deletions
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.