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
This commit is contained in:
Alexis La Goutte 2013-12-03 13:37:40 +00:00
parent 76db825c84
commit 0940471527
1 changed files with 2 additions and 2 deletions

View File

@ -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 { \