changeset 1892:cf0c623c627a libavformat

Add doxygen file header to libnut.c
author ods15
date Sat, 10 Mar 2007 18:34:15 +0000
parents 2afa964cc3ea
children 7460077180aa
files libnut.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libnut.c	Sat Mar 10 11:30:48 2007 +0000
+++ b/libnut.c	Sat Mar 10 18:34:15 2007 +0000
@@ -19,6 +19,12 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file libnut.c
+ * NUT demuxing and muxing via libnut.
+ * @author Oded Shimon <ods15@ods15.dyndns.org>
+ */
+
 #include "avformat.h"
 #include "riff.h"
 #include <libnut.h>