Mercurial > libavutil.hg
changeset 804:3184397c9fdb libavutil
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.
author | stefano |
---|---|
date | Fri, 01 Jan 2010 12:28:18 +0000 |
parents | e6e8b4319086 |
children | 98783d518982 |
files | mem.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.