[FFmpeg-cvslog] Drop explicit filenames from @file Doxygen tags.

Diego Biurrun git at videolan.org
Mon Jun 6 03:51:50 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun  5 00:59:52 2011 +0200| [f25a2ece76756214da7dcde4a52a0534d9503319] | committer: Diego Biurrun

Drop explicit filenames from @file Doxygen tags.

The filename is unnecessary and brittle across file renames.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f25a2ece76756214da7dcde4a52a0534d9503319
---

 libavcodec/lagarith.c    |    2 +-
 libavcodec/lagarithrac.c |    2 +-
 libavcodec/lagarithrac.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c
index 53f274d..3d53536 100644
--- a/libavcodec/lagarith.c
+++ b/libavcodec/lagarith.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/lagarith.c
+ * @file
  * Lagarith lossless decoder
  * @author Nathan Caldwell
  */
diff --git a/libavcodec/lagarithrac.c b/libavcodec/lagarithrac.c
index f1ffbf0..ab7a600 100644
--- a/libavcodec/lagarithrac.c
+++ b/libavcodec/lagarithrac.c
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/lagarithrac.c
+ * @file
  * Lagarith range decoder
  * @author Nathan Caldwell
  * @author David Conrad
diff --git a/libavcodec/lagarithrac.h b/libavcodec/lagarithrac.h
index 7d0d05c..6a8fa95 100644
--- a/libavcodec/lagarithrac.h
+++ b/libavcodec/lagarithrac.h
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/lagarithrac.h
+ * @file
  * Lagarith range decoder
  * @author Nathan Caldwell
  * @author David Conrad



More information about the ffmpeg-cvslog mailing list