Drop explicit filenames from @file Doxygen tags.

The filename is unnecessary and brittle across file renames.
pull/2/head
Diego Biurrun 14 years ago
parent 29b3de127f
commit f25a2ece76
  1. 2
      libavcodec/lagarith.c
  2. 2
      libavcodec/lagarithrac.c
  3. 2
      libavcodec/lagarithrac.h

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

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

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

Loading…
Cancel
Save