Add doxygen @file comment block

Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross
2010-07-19 11:50:07 +00:00
parent a16ebd40d8
commit 07e6384dd8
5 changed files with 25 additions and 5 deletions

View File

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