Browse Source

Add doxygen @file comment block

Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross 14 years ago
parent
commit
07e6384dd8
5 changed files with 25 additions and 5 deletions
  1. 5 1
      libavcodec/cga_data.c
  2. 5 1
      libavcodec/cga_data.h
  3. 5 1
      libavformat/sauce.c
  4. 5 1
      libavformat/sauce.h
  5. 5 1
      libavformat/tty.c

+ 5 - 1
libavcodec/cga_data.c

@@ -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"
 

+ 5 - 1
libavcodec/cga_data.h

@@ -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
 

+ 5 - 1
libavformat/sauce.c

@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross@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"

+ 5 - 1
libavformat/sauce.h

@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross@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
 

+ 5 - 1
libavformat/tty.c

@@ -1,5 +1,4 @@
 /*
- * @file
  * Tele-typewriter demuxer
  * Copyright (c) 2010 Peter Ross <pross@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"