Drop explicit filenames from @file Doxygen tags.

The filename is unnecessary and brittle across file renames.
This commit is contained in:
Diego Biurrun 2011-06-05 00:59:52 +02:00
parent 29b3de127f
commit f25a2ece76
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
*/
/**
* @file libavcodec/lagarith.c
* @file
* Lagarith lossless decoder
* @author Nathan Caldwell
*/

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/lagarithrac.c
* @file
* Lagarith range decoder
* @author Nathan Caldwell
* @author David Conrad

View File

@ -21,7 +21,7 @@
*/
/**
* @file libavcodec/lagarithrac.h
* @file
* Lagarith range decoder
* @author Nathan Caldwell
* @author David Conrad