changeset 398:d525bf15ea54 libavutil

doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %
author gpoirier
date Thu, 01 Nov 2007 11:51:51 +0000
parents 62575220eb1a
children ae3fbcfbad4c
files mem.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);