comparison 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
comparison
equal deleted inserted replaced
12188:6f064ab48463 12189:0f0035942790
1 /* 1 /*
2 * @file
3 * CGA/EGA/VGA ROM data 2 * CGA/EGA/VGA ROM data
4 * 3 *
5 * This file is part of FFmpeg. 4 * This file is part of FFmpeg.
6 * 5 *
7 * FFmpeg is free software; you can redistribute it and/or 6 * FFmpeg is free software; you can redistribute it and/or
15 * Lesser General Public License for more details. 14 * Lesser General Public License for more details.
16 * 15 *
17 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 /**
22 * @file
23 * CGA/EGA/VGA ROM data
20 */ 24 */
21 25
22 #include <stdint.h> 26 #include <stdint.h>
23 #include "cga_data.h" 27 #include "cga_data.h"
24 28