diff options
author | Peter Ross <pross@xvid.org> | 2010-07-18 07:52:47 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-18 07:52:47 +0000 |
commit | 7199c3a4e2a10cdf13a06d59a3bb0954c95ab806 (patch) | |
tree | cdd96bc5e41ce67ea99fab3a737e148143794fc9 | |
parent | 3625999e15bb4105752bd2ef89beeb558f450e4d (diff) | |
download | ffmpeg-7199c3a4e2a10cdf13a06d59a3bb0954c95ab806.tar.gz |
Add @file documentation tag
Originally committed as revision 24298 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/cga_data.c | 1 | ||||
-rw-r--r-- | libavcodec/cga_data.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cga_data.c b/libavcodec/cga_data.c index b83ee3aa69..bdadaf723c 100644 --- a/libavcodec/cga_data.c +++ b/libavcodec/cga_data.c @@ -1,4 +1,5 @@ /* + * @file * CGA/EGA/VGA ROM data * * This file is part of FFmpeg. diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h index 4575851ce5..352918b6b0 100644 --- a/libavcodec/cga_data.h +++ b/libavcodec/cga_data.h @@ -1,4 +1,5 @@ /* + * @file * CGA/EGA/VGA ROM data * * This file is part of FFmpeg. |