[FFmpeg-cvslog] doxygen: replace @sa tag by the more readable but equivalent @see
Diego Biurrun
git at videolan.org
Fri Jul 15 17:58:59 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jul 15 00:45:23 2011 +0200| [bee6d2fd76015b1ee0d73c5f3500b0a7d0109199] | committer: Diego Biurrun
doxygen: replace @sa tag by the more readable but equivalent @see
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bee6d2fd76015b1ee0d73c5f3500b0a7d0109199
---
libavcodec/bethsoftvideo.c | 4 ++--
libavcodec/bfi.c | 2 +-
libavcodec/cdgraphics.c | 4 ++--
libavcodec/pcxenc.c | 2 +-
libavcodec/tmv.c | 2 +-
libavformat/bethsoftvid.c | 4 ++--
libavformat/bfi.c | 2 +-
libavformat/qcp.c | 2 +-
libavformat/soxdec.c | 2 +-
libavformat/soxenc.c | 2 +-
libavformat/tmv.c | 2 +-
11 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/libavcodec/bethsoftvideo.c b/libavcodec/bethsoftvideo.c
index d294bbf..bd21dbf 100644
--- a/libavcodec/bethsoftvideo.c
+++ b/libavcodec/bethsoftvideo.c
@@ -23,8 +23,8 @@
* @file
* @brief Bethesda Softworks VID Video Decoder
* @author Nicholas Tung [ntung (at. ntung com] (2007-03)
- * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
- * @sa http://www.svatopluk.com/andux/docs/dfvid.html
+ * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
+ * @see http://www.svatopluk.com/andux/docs/dfvid.html
*/
#include "libavutil/common.h"
diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c
index c97dfe2..3c66226 100644
--- a/libavcodec/bfi.c
+++ b/libavcodec/bfi.c
@@ -23,7 +23,7 @@
* @file
* @brief Brute Force & Ignorance (.bfi) video decoder
* @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
- * @sa http://wiki.multimedia.cx/index.php?title=BFI
+ * @see http://wiki.multimedia.cx/index.php?title=BFI
*/
#include "libavutil/common.h"
diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c
index 2f8e98c..9e3f19a 100644
--- a/libavcodec/cdgraphics.c
+++ b/libavcodec/cdgraphics.c
@@ -26,8 +26,8 @@
* @file
* @brief CD Graphics Video Decoder
* @author Michael Tison
- * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics
- * @sa http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg
+ * @see http://wiki.multimedia.cx/index.php?title=CD_Graphics
+ * @see http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg
*/
/// default screen sizes
diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c
index 2df84af..6d17987 100644
--- a/libavcodec/pcxenc.c
+++ b/libavcodec/pcxenc.c
@@ -23,7 +23,7 @@
* @file
* PCX image encoder
* @author Daniel Verkamp
- * @sa http://www.qzx.com/pc-gpe/pcx.txt
+ * @see http://www.qzx.com/pc-gpe/pcx.txt
*/
#include "avcodec.h"
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index d540182..870f571 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -23,7 +23,7 @@
* @file
* 8088flex TMV video decoder
* @author Daniel Verkamp
- * @sa http://www.oldskool.org/pc/8088_Corruption
+ * @see http://www.oldskool.org/pc/8088_Corruption
*/
#include "avcodec.h"
diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c
index 5e6a776..73564c9 100644
--- a/libavformat/bethsoftvid.c
+++ b/libavformat/bethsoftvid.c
@@ -23,8 +23,8 @@
* @file
* @brief Bethesda Softworks VID (.vid) file demuxer
* @author Nicholas Tung [ntung (at. ntung com] (2007-03)
- * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
- * @sa http://www.svatopluk.com/andux/docs/dfvid.html
+ * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
+ * @see http://www.svatopluk.com/andux/docs/dfvid.html
*/
#include "libavutil/intreadwrite.h"
diff --git a/libavformat/bfi.c b/libavformat/bfi.c
index bc26d47..72df8b2 100644
--- a/libavformat/bfi.c
+++ b/libavformat/bfi.c
@@ -23,7 +23,7 @@
* @file
* @brief Brute Force & Ignorance (.bfi) file demuxer
* @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
- * @sa http://wiki.multimedia.cx/index.php?title=BFI
+ * @see http://wiki.multimedia.cx/index.php?title=BFI
*/
#include "libavutil/intreadwrite.h"
diff --git a/libavformat/qcp.c b/libavformat/qcp.c
index 635d531..aefb076 100644
--- a/libavformat/qcp.c
+++ b/libavformat/qcp.c
@@ -23,7 +23,7 @@
* @file
* QCP format (.qcp) demuxer
* @author Kenan Gillet
- * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data"
+ * @see RFC 3625: "The QCP File Format and Media Types for Speech Data"
* http://tools.ietf.org/html/rfc3625
*/
diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c
index ca82ef1..7661bf1 100644
--- a/libavformat/soxdec.c
+++ b/libavformat/soxdec.c
@@ -26,7 +26,7 @@
* @file
* SoX native format demuxer
* @author Daniel Verkamp
- * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
+ * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/
#include "libavutil/intreadwrite.h"
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c
index e28c479..d7afe70 100644
--- a/libavformat/soxenc.c
+++ b/libavformat/soxenc.c
@@ -26,7 +26,7 @@
* @file
* SoX native format muxer
* @author Daniel Verkamp
- * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
+ * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/
#include "libavutil/intreadwrite.h"
diff --git a/libavformat/tmv.c b/libavformat/tmv.c
index 79a8758..fe8b64b 100644
--- a/libavformat/tmv.c
+++ b/libavformat/tmv.c
@@ -23,7 +23,7 @@
* @file
* 8088flex TMV file demuxer
* @author Daniel Verkamp
- * @sa http://www.oldskool.org/pc/8088_Corruption
+ * @see http://www.oldskool.org/pc/8088_Corruption
*/
#include "libavutil/intreadwrite.h"
More information about the ffmpeg-cvslog
mailing list