From 0940471527fb8a59ca9e9c60eead648de1e25385 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 3 Dec 2013 13:37:40 +0000 Subject: Fix warning: argument 'out/in' of command @param is not found in the argument list of SE_COPY_ADDRESS(to, from) svn path=/trunk/; revision=53747 --- epan/address.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index 64ceb2b624..27152f3fe1 100644 --- a/epan/address.h +++ b/epan/address.h @@ -229,8 +229,8 @@ copy_address_shallow(address *to, const address *from) { /** Copy an address, allocating a new buffer for the address data * using seasonal memory. * - * @param to[in,out] The destination address. - * @param from[in] The source address. + * @param to [in,out] The destination address. + * @param from [in] The source address. */ #define SE_COPY_ADDRESS(to, from) \ do { \ -- cgit v1.2.1