OSDN Git Service

Remove redundant and harmful explicit filename after @file Doxygen command.
authorDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 10:59:35 +0000 (10:59 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 10:59:35 +0000 (10:59 +0000)
Originally committed as revision 23971 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dpcm.c
libavcodec/pictordec.c

index 7c53516..3f3842c 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file: dpcm.c
+ * @file
  * Assorted DPCM (differential pulse code modulation) audio codecs
  * by Mike Melanson (melanson@pcisys.net)
  * Xan DPCM decoder by Mario Brito (mbrito@student.dei.uc.pt)
index 735ec82..f990b18 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/picdec.c
+ * @file
  * Pictor/PC Paint decoder
  */