# HG changeset patch # User stefano # Date 1262348898 0 # Node ID 3184397c9fdbe514d845ba7613e870e8b2c12e13 # Parent e6e8b4319086c9a23c2300870c2e0001ea52914b Remove residual use of the doxygen markup which is deprecated, consistent with r19122. diff -r e6e8b4319086 -r 3184397c9fdb mem.h --- a/mem.h Sun Dec 27 14:40:49 2009 +0000 +++ b/mem.h Fri Jan 01 12:28:18 2010 +0000 @@ -67,7 +67,7 @@ /** * Allocates or reallocates a block of memory. - * If ptr is NULL and size > 0, allocates a new block. If \p + * If ptr is NULL and size > 0, allocates a new block. If * size is zero, frees the memory block pointed to by ptr. * @param size Size in bytes for the memory block to be allocated or * reallocated.