diff options
author | Peter Ross <pross@xvid.org> | 2010-07-19 11:50:07 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-19 11:50:07 +0000 |
commit | 07e6384dd8b31d866833efde77dc263ee3ebc6b1 (patch) | |
tree | 12304a660325e5cbf4ed135e4caec88c574a1c08 /libavcodec/cga_data.c | |
parent | a16ebd40d853ad46a22ed753e508586e4a1fe9ea (diff) | |
download | ffmpeg-07e6384dd8b31d866833efde77dc263ee3ebc6b1.tar.gz |
Add doxygen @file comment block
Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cga_data.c')
-rw-r--r-- | libavcodec/cga_data.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libavcodec/cga_data.c b/libavcodec/cga_data.c index bdadaf723c..160d77cde2 100644 --- a/libavcodec/cga_data.c +++ b/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" |