---
 libavcodec/lzw.c         |    2 +-
 libavcodec/lzw.h         |    2 +-
 libavcodec/tta.c         |    4 ++--
 libavcodec/vqavideo.c    |    4 +++-
 libavdevice/fbdev.c      |    2 +-
 libavformat/rtpdec_vp8.c |    2 +-
 6 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c
index 6129429..873b314 100644
--- a/libavcodec/lzw.c
+++ b/libavcodec/lzw.c
@@ -24,7 +24,7 @@
  * @file
  * @brief LZW decoding routines
  * @author Fabrice Bellard
- * Modified for use in TIFF by Konstantin Shishkov
+ * @author modified for use in TIFF by Konstantin Shishkov
  */
 
 #include "avcodec.h"
diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h
index c6ae057..ab782f5 100644
--- a/libavcodec/lzw.h
+++ b/libavcodec/lzw.h
@@ -24,7 +24,7 @@
  * @file
  * @brief LZW decoding routines
  * @author Fabrice Bellard
- * modified for use in TIFF by Konstantin Shishkov
+ * @author modified for use in TIFF by Konstantin Shishkov
  */
 
 #ifndef AVCODEC_LZW_H
diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 57f5818..001b119 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -22,9 +22,9 @@
 /**
  * @file
  * TTA (The Lossless True Audio) decoder
- * (www.true-audio.com or tta.corecodec.org)
+ * @see http://www.true-audio.com/
+ * @see http://tta.corecodec.org/
  * @author Alex Beregszaszi
- *
  */
 
 #define ALT_BITSTREAM_READER_LE
diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
index caffddb..5ae7c19 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -21,7 +21,9 @@
 
 /**
  * @file
- * VQA Video Decoder by Mike Melanson (melan...@pcisys.net)
+ * VQA Video Decoder
+ * @author Mike Melanson (melan...@pcisys.net)
+ *
  * For more information about the VQA format, visit:
  *   http://wiki.multimedia.cx/index.php?title=VQA
  *
diff --git a/libavdevice/fbdev.c b/libavdevice/fbdev.c
index 2f3e0ff..eb654aa 100644
--- a/libavdevice/fbdev.c
+++ b/libavdevice/fbdev.c
@@ -24,7 +24,7 @@
  * @file
  * Linux framebuffer input device,
  * inspired by code from fbgrab.c by Gunnar Monell.
- * See also http://linux-fbdev.sourceforge.net/.
+ * @see http://linux-fbdev.sourceforge.net/
  */
 
 /* #define DEBUG */
diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c
index 026728e..d13c398 100644
--- a/libavformat/rtpdec_vp8.c
+++ b/libavformat/rtpdec_vp8.c
@@ -23,7 +23,7 @@
  * @file
  * @brief RTP support for the VP8 payload
  * @author Josh Allmann <joshua.allm...@gmail.com>
- * ( http://www.webmproject.org/code/specs/rtp/ )
+ * @see http://www.webmproject.org/code/specs/rtp/
  */
 
 #include "libavcodec/bytestream.h"
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to