From 7199c3a4e2a10cdf13a06d59a3bb0954c95ab806 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Sun, 18 Jul 2010 07:52:47 +0000 Subject: [PATCH] Add @file documentation tag Originally committed as revision 24298 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cga_data.c | 1 + libavcodec/cga_data.h | 1 + 2 files changed, 2 insertions(+) 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.