From a7c7742dc244addc6f9948654807471fdc0d521a Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 10 Aug 2013 21:28:25 +0000 Subject: 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 --- epan/uat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1