[FFmpeg-cvslog] r24326 - in trunk: libavcodec/cga_data.c libavcodec/cga_data.h libavformat/sauce.c libavformat/sauce.h libavformat/tty.c

pross subversion
Mon Jul 19 13:50:07 CEST 2010


Author: pross
Date: Mon Jul 19 13:50:07 2010
New Revision: 24326

Log:
Add doxygen @file comment block

Modified:
   trunk/libavcodec/cga_data.c
   trunk/libavcodec/cga_data.h
   trunk/libavformat/sauce.c
   trunk/libavformat/sauce.h
   trunk/libavformat/tty.c

Modified: trunk/libavcodec/cga_data.c
==============================================================================
--- trunk/libavcodec/cga_data.c	Mon Jul 19 13:43:33 2010	(r24325)
+++ trunk/libavcodec/cga_data.c	Mon Jul 19 13:50:07 2010	(r24326)
@@ -1,5 +1,4 @@
 /*
- * @file
  * CGA/EGA/VGA ROM data
  *
  * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * CGA/EGA/VGA ROM data
+ */
+
 #include <stdint.h>
 #include "cga_data.h"
 

Modified: trunk/libavcodec/cga_data.h
==============================================================================
--- trunk/libavcodec/cga_data.h	Mon Jul 19 13:43:33 2010	(r24325)
+++ trunk/libavcodec/cga_data.h	Mon Jul 19 13:50:07 2010	(r24326)
@@ -1,5 +1,4 @@
 /*
- * @file
  * CGA/EGA/VGA ROM data
  *
  * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * CGA/EGA/VGA ROM data
+ */
+
 #ifndef AVCODEC_CGA_DATA_H
 #define AVCODEC_CGA_DATA_H
 

Modified: trunk/libavformat/sauce.c
==============================================================================
--- trunk/libavformat/sauce.c	Mon Jul 19 13:43:33 2010	(r24325)
+++ trunk/libavformat/sauce.c	Mon Jul 19 13:50:07 2010	(r24326)
@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * SAUCE header parser
+ */
+
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "sauce.h"

Modified: trunk/libavformat/sauce.h
==============================================================================
--- trunk/libavformat/sauce.h	Mon Jul 19 13:43:33 2010	(r24325)
+++ trunk/libavformat/sauce.h	Mon Jul 19 13:50:07 2010	(r24326)
@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * SAUCE header parser
+ */
+
 #ifndef AVFORMAT_SAUCE_H
 #define AVFORMAT_SAUCE_H
 

Modified: trunk/libavformat/tty.c
==============================================================================
--- trunk/libavformat/tty.c	Mon Jul 19 13:43:33 2010	(r24325)
+++ trunk/libavformat/tty.c	Mon Jul 19 13:50:07 2010	(r24326)
@@ -1,5 +1,4 @@
 /*
- * @file
  * Tele-typewriter demuxer
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * Tele-typewriter demuxer
+ */
+
 #include "libavutil/intreadwrite.h"
 #include "libavutil/avstring.h"
 #include "avformat.h"



More information about the ffmpeg-cvslog mailing list