From 1912c215e029659483933c5682dd8050a4bfd6df Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 4 Oct 2011 08:04:17 +0200 Subject: doxygen: remove a few @file parameters. It is not mandatory and prevents breakage on rename. --- libavfilter/transform.c | 2 +- libavfilter/transform.h | 2 +- libavfilter/vf_deshake.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/transform.c b/libavfilter/transform.c index c3f79399bc..800f784446 100644 --- a/libavfilter/transform.c +++ b/libavfilter/transform.c @@ -20,7 +20,7 @@ */ /** - * @file libavfilter/transform.c + * @file * transform input video */ diff --git a/libavfilter/transform.h b/libavfilter/transform.h index 2d5cf37aa1..8a72672dea 100644 --- a/libavfilter/transform.h +++ b/libavfilter/transform.h @@ -20,7 +20,7 @@ */ /** - * @file libavfilter/transform.h + * @file * transform input video * * All matrices are defined as a single 9-item block of contiguous memory. For diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c index 44179111cd..34dcf1c85d 100644 --- a/libavfilter/vf_deshake.c +++ b/libavfilter/vf_deshake.c @@ -20,7 +20,7 @@ */ /** - * @file libavfilter/vf_deshake.c + * @file * fast deshake / depan video filter * * SAD block-matching motion compensation to fix small changes in -- cgit v1.2.3