[FFmpeg-cvslog] doxygen: use Doxygen markup for authors and web links where appropriate

Diego Biurrun git at videolan.org
Fri Jul 15 17:58:58 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jul 14 03:56:07 2011 +0200| [ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410] | committer: Diego Biurrun

doxygen: use Doxygen markup for authors and web links where appropriate

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

 libavcodec/alac.c         |    4 +---
 libavcodec/eatqi.c        |    6 ++----
 libavcodec/flacdec.c      |    4 +---
 libavcodec/lzw.c          |    2 +-
 libavcodec/lzw.h          |    2 +-
 libavcodec/rl2.c          |    4 +---
 libavcodec/tta.c          |    4 ++--
 libavcodec/vqavideo.c     |    6 +++---
 libavdevice/fbdev.c       |    2 +-
 libavformat/iss.c         |    4 +---
 libavformat/rl2.c         |    4 +---
 libavformat/rtpdec_svq3.c |    2 +-
 libavformat/rtpdec_vp8.c  |    2 +-
 13 files changed, 17 insertions(+), 29 deletions(-)

diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 4ea3f7e..f7e6749 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -23,9 +23,7 @@
  * @file
  * ALAC (Apple Lossless Audio Codec) decoder
  * @author 2005 David Hammerton
- *
- * For more information on the ALAC format, visit:
- *  http://crazney.net/programs/itunes/alac.html
+ * @see http://crazney.net/programs/itunes/alac.html
  *
  * Note: This decoder expects a 36- (0x24-)byte QuickTime atom to be
  * passed through the extradata[_size] fields. This atom is tacked onto
diff --git a/libavcodec/eatqi.c b/libavcodec/eatqi.c
index aa96437..1215fa2 100644
--- a/libavcodec/eatqi.c
+++ b/libavcodec/eatqi.c
@@ -22,10 +22,8 @@
 /**
  * @file
  * Electronic Arts TQI Video Decoder
- * by Peter Ross <pross at xvid.org>
- *
- * Technical details here:
- * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI
+ * @author Peter Ross <pross at xvid.org>
+ * @see http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI
  */
 
 #include "avcodec.h"
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 1ce8559..fb18c85 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -23,9 +23,7 @@
  * @file
  * FLAC (Free Lossless Audio Codec) decoder
  * @author Alex Beregszaszi
- *
- * For more information on the FLAC format, visit:
- *  http://flac.sourceforge.net/
+ * @see http://flac.sourceforge.net/
  *
  * This decoder can be used in 1 of 2 ways: Either raw FLAC data can be fed
  * through, starting from the initial 'fLaC' signature; or by passing the
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/rl2.c b/libavcodec/rl2.c
index 9d436a6..59f9bfb 100644
--- a/libavcodec/rl2.c
+++ b/libavcodec/rl2.c
@@ -23,9 +23,7 @@
  * @file
  * RL2 Video Decoder
  * @author Sascha Sommer (saschasommer at freenet.de)
- *
- * For more information about the RL2 format, visit:
- *   http://wiki.multimedia.cx/index.php?title=RL2
+ * @see http://wiki.multimedia.cx/index.php?title=RL2
  */
 
 #include <stdio.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..55b95dc 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -21,9 +21,9 @@
 
 /**
  * @file
- * VQA Video Decoder by Mike Melanson (melanson at pcisys.net)
- * For more information about the VQA format, visit:
- *   http://wiki.multimedia.cx/index.php?title=VQA
+ * VQA Video Decoder
+ * @author Mike Melanson (melanson at pcisys.net)
+ * @see http://wiki.multimedia.cx/index.php?title=VQA
  *
  * The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending
  * on the type of data in the file.
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/iss.c b/libavformat/iss.c
index 100066b..7989194 100644
--- a/libavformat/iss.c
+++ b/libavformat/iss.c
@@ -23,9 +23,7 @@
  * @file
  * Funcom ISS file demuxer
  * @author Jaikrishnan Menon
- *
- * For more information on the .iss file format, visit:
- * http://wiki.multimedia.cx/index.php?title=FunCom_ISS
+ * @see http://wiki.multimedia.cx/index.php?title=FunCom_ISS
  */
 
 #include "avformat.h"
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 68c1a01..c84e4e1 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -23,9 +23,7 @@
  * RL2 file demuxer
  * @file
  * @author Sascha Sommer (saschasommer at freenet.de)
- *
- * For more information regarding the RL2 file format, visit:
- *   http://wiki.multimedia.cx/index.php?title=RL2
+ * @see http://wiki.multimedia.cx/index.php?title=RL2
  *
  * extradata:
  * 2 byte le initial drawing offset within 320x200 viewport
diff --git a/libavformat/rtpdec_svq3.c b/libavformat/rtpdec_svq3.c
index 3314342..4df3e3a 100644
--- a/libavformat/rtpdec_svq3.c
+++ b/libavformat/rtpdec_svq3.c
@@ -22,8 +22,8 @@
 /**
  * @file
  * @brief RTP support for the SV3V (SVQ3) payload
- * (http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization)
  * @author Ronald S. Bultje <rbultje at ronald.bitfreak.net>
+ * @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization
  */
 
 #include <string.h>
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.allmann at gmail.com>
- * ( http://www.webmproject.org/code/specs/rtp/ )
+ * @see http://www.webmproject.org/code/specs/rtp/
  */
 
 #include "libavcodec/bytestream.h"



More information about the ffmpeg-cvslog mailing list