Просмотр исходного кода

doxygen: replace @sa tag by the more readable but equivalent @see

Diego Biurrun 13 лет назад
Родитель
Сommit
bee6d2fd76

+ 2 - 2
libavcodec/bethsoftvideo.c

@@ -23,8 +23,8 @@
  * @file
  * @file
  * @brief Bethesda Softworks VID Video Decoder
  * @brief Bethesda Softworks VID Video Decoder
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
  * @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"
 #include "libavutil/common.h"

+ 1 - 1
libavcodec/bfi.c

@@ -23,7 +23,7 @@
  * @file
  * @file
  * @brief Brute Force & Ignorance (.bfi) video decoder
  * @brief Brute Force & Ignorance (.bfi) video decoder
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
  * @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"
 #include "libavutil/common.h"

+ 2 - 2
libavcodec/cdgraphics.c

@@ -26,8 +26,8 @@
  * @file
  * @file
  * @brief CD Graphics Video Decoder
  * @brief CD Graphics Video Decoder
  * @author Michael Tison
  * @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
 /// default screen sizes

+ 1 - 1
libavcodec/pcxenc.c

@@ -23,7 +23,7 @@
  * @file
  * @file
  * PCX image encoder
  * PCX image encoder
  * @author Daniel Verkamp
  * @author Daniel Verkamp
- * @sa http://www.qzx.com/pc-gpe/pcx.txt
+ * @see http://www.qzx.com/pc-gpe/pcx.txt
  */
  */
 
 
 #include "avcodec.h"
 #include "avcodec.h"

+ 1 - 1
libavcodec/tmv.c

@@ -23,7 +23,7 @@
  * @file
  * @file
  * 8088flex TMV video decoder
  * 8088flex TMV video decoder
  * @author Daniel Verkamp
  * @author Daniel Verkamp
- * @sa http://www.oldskool.org/pc/8088_Corruption
+ * @see http://www.oldskool.org/pc/8088_Corruption
  */
  */
 
 
 #include "avcodec.h"
 #include "avcodec.h"

+ 2 - 2
libavformat/bethsoftvid.c

@@ -23,8 +23,8 @@
  * @file
  * @file
  * @brief Bethesda Softworks VID (.vid) file demuxer
  * @brief Bethesda Softworks VID (.vid) file demuxer
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
  * @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"
 #include "libavutil/intreadwrite.h"

+ 1 - 1
libavformat/bfi.c

@@ -23,7 +23,7 @@
  * @file
  * @file
  * @brief Brute Force & Ignorance (.bfi) file demuxer
  * @brief Brute Force & Ignorance (.bfi) file demuxer
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
  * @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"
 #include "libavutil/intreadwrite.h"

+ 1 - 1
libavformat/qcp.c

@@ -23,7 +23,7 @@
  * @file
  * @file
  * QCP format (.qcp) demuxer
  * QCP format (.qcp) demuxer
  * @author Kenan Gillet
  * @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
  *     http://tools.ietf.org/html/rfc3625
  */
  */
 
 

+ 1 - 1
libavformat/soxdec.c

@@ -26,7 +26,7 @@
  * @file
  * @file
  * SoX native format demuxer
  * SoX native format demuxer
  * @author Daniel Verkamp
  * @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"
 #include "libavutil/intreadwrite.h"

+ 1 - 1
libavformat/soxenc.c

@@ -26,7 +26,7 @@
  * @file
  * @file
  * SoX native format muxer
  * SoX native format muxer
  * @author Daniel Verkamp
  * @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"
 #include "libavutil/intreadwrite.h"

Некоторые файлы не были показаны из-за большого количества измененных файлов