# HG changeset patch # User gpoirier # Date 1193917911 0 # Node ID d525bf15ea54a7bdecafdfb09c374f5ff585d58d # Parent 62575220eb1a10a56f1a64f06bedf81334b1e7ae doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it % diff -r 62575220eb1a -r d525bf15ea54 mem.h --- a/mem.h Tue Oct 30 15:32:52 2007 +0000 +++ b/mem.h Thu Nov 01 11:51:51 2007 +0000 @@ -48,8 +48,8 @@ /** * Free memory which has been allocated with av_malloc(z)() or av_realloc(). - * NOTE: ptr = NULL is explicitly allowed. - * Note2: It is recommended that you use av_freep() instead. + * @note ptr = NULL is explicitly allowed. + * @note It is recommended that you use av_freep() instead. */ void av_free(void *ptr); @@ -65,7 +65,7 @@ /** * Free memory and set the pointer to NULL. - * @param ptr pointer to the pointer which should be freed. + * @param ptr Pointer to the pointer which should be freed. */ void av_freep(void *ptr);