aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:28:25 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:28:25 +0000
commita7c7742dc244addc6f9948654807471fdc0d521a (patch)
treea5b2e3acf5ab16588c4315f51c9e0f1a2cc183db /epan/uat.h
parent9f24c4470944b345c1b7698e749ec16b629414a4 (diff)
Fix (-W)documentation error found by Clang
../../epan/uat.h:245:23: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param num_items_ptr ~~~~~~~~~~~~~~~~~~~^ 1 error generated. svn path=/trunk/; revision=51257
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.h b/epan/uat.h
index 1c2221005c..e0afc157c1 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -242,7 +242,7 @@ typedef struct _uat_field_t {
* @param filename The filename to be used (either in userdir or datadir)
* @param from_profile TRUE if profile directory to be used
* @param data_ptr A pointer to a null terminated array of pointers to the data
- * @param num_items_ptr
+ * @param num_items_ptr A pointer with number of items
* @param flags flags indicating what this UAT affects
* @param help A pointer to help text
* @param copy_cb A function that copies the data in the struct