doxygen: remove a few @file parameters.

It is not mandatory and prevents breakage on rename.
pull/2/head
Clément Bœsch 14 years ago
parent 65d5edcd2c
commit 1912c215e0
  1. 2
      libavcodec/flashsv2enc.c
  2. 2
      libavcodec/msvideo1enc.c
  3. 2
      libavfilter/transform.c
  4. 2
      libavfilter/transform.h
  5. 2
      libavfilter/vf_deshake.c

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/flashsv2enc.c
* @file
* Flash Screen Video Version 2 encoder
* @author Joshua Warner
*/

@ -20,7 +20,7 @@
*/
/**
* @file msvideo1enc.c
* @file
* Microsoft Video-1 encoder
*/

@ -20,7 +20,7 @@
*/
/**
* @file libavfilter/transform.c
* @file
* transform input video
*/

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

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

Loading…
Cancel
Save