diff tiffenc.c @ 4782:bca8924ed36c libavcodec

Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
author diego
date Wed, 04 Apr 2007 11:43:08 +0000
parents 0860efc2f02b
children 95f58f0b70fc
line wrap: on
line diff
--- a/tiffenc.c	Tue Apr 03 22:17:37 2007 +0000
+++ b/tiffenc.c	Wed Apr 04 11:43:08 2007 +0000
@@ -20,6 +20,11 @@
  *
  */
 
+/**
+ * TIFF image encoder
+ * @file tiffenc.c
+ * @author Bartlomiej Wolowiec
+ */
 #include "avcodec.h"
 #ifdef CONFIG_ZLIB
 #include <zlib.h>