changeset 12189:0f0035942790 libavcodec

Add doxygen @file comment block
author pross
date Mon, 19 Jul 2010 11:50:07 +0000
parents 6f064ab48463
children 4be87c8091bf
files cga_data.c cga_data.h
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cga_data.c	Sun Jul 18 20:06:42 2010 +0000
+++ b/cga_data.c	Mon Jul 19 11:50:07 2010 +0000
@@ -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"
 
--- a/cga_data.h	Sun Jul 18 20:06:42 2010 +0000
+++ b/cga_data.h	Mon Jul 19 11:50:07 2010 +0000
@@ -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