diff cga_data.c @ 12189:0f0035942790 libavcodec

Add doxygen @file comment block
author pross
date Mon, 19 Jul 2010 11:50:07 +0000
parents a5ebc95870a2
children
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"