Browse code

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

Diego Biurrun authored on 2011/07/15 07:45:23
Showing 11 changed files
... ...
@@ -23,8 +23,8 @@
23 23
  * @file
24 24
  * @brief Bethesda Softworks VID Video Decoder
25 25
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
26
- * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
27
- * @sa http://www.svatopluk.com/andux/docs/dfvid.html
26
+ * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
27
+ * @see http://www.svatopluk.com/andux/docs/dfvid.html
28 28
  */
29 29
 
30 30
 #include "libavutil/common.h"
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * @brief Brute Force & Ignorance (.bfi) video decoder
25 25
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
26
- * @sa http://wiki.multimedia.cx/index.php?title=BFI
26
+ * @see http://wiki.multimedia.cx/index.php?title=BFI
27 27
  */
28 28
 
29 29
 #include "libavutil/common.h"
... ...
@@ -26,8 +26,8 @@
26 26
  * @file
27 27
  * @brief CD Graphics Video Decoder
28 28
  * @author Michael Tison
29
- * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics
30
- * @sa http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg
29
+ * @see http://wiki.multimedia.cx/index.php?title=CD_Graphics
30
+ * @see http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg
31 31
  */
32 32
 
33 33
 /// default screen sizes
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * PCX image encoder
25 25
  * @author Daniel Verkamp
26
- * @sa http://www.qzx.com/pc-gpe/pcx.txt
26
+ * @see http://www.qzx.com/pc-gpe/pcx.txt
27 27
  */
28 28
 
29 29
 #include "avcodec.h"
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * 8088flex TMV video decoder
25 25
  * @author Daniel Verkamp
26
- * @sa http://www.oldskool.org/pc/8088_Corruption
26
+ * @see http://www.oldskool.org/pc/8088_Corruption
27 27
  */
28 28
 
29 29
 #include "avcodec.h"
... ...
@@ -23,8 +23,8 @@
23 23
  * @file
24 24
  * @brief Bethesda Softworks VID (.vid) file demuxer
25 25
  * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
26
- * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
27
- * @sa http://www.svatopluk.com/andux/docs/dfvid.html
26
+ * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
27
+ * @see http://www.svatopluk.com/andux/docs/dfvid.html
28 28
  */
29 29
 
30 30
 #include "libavutil/intreadwrite.h"
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * @brief Brute Force & Ignorance (.bfi) file demuxer
25 25
  * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
26
- * @sa http://wiki.multimedia.cx/index.php?title=BFI
26
+ * @see http://wiki.multimedia.cx/index.php?title=BFI
27 27
  */
28 28
 
29 29
 #include "libavutil/intreadwrite.h"
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * QCP format (.qcp) demuxer
25 25
  * @author Kenan Gillet
26
- * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data"
26
+ * @see RFC 3625: "The QCP File Format and Media Types for Speech Data"
27 27
  *     http://tools.ietf.org/html/rfc3625
28 28
  */
29 29
 
... ...
@@ -26,7 +26,7 @@
26 26
  * @file
27 27
  * SoX native format demuxer
28 28
  * @author Daniel Verkamp
29
- * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
29
+ * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
30 30
  */
31 31
 
32 32
 #include "libavutil/intreadwrite.h"
... ...
@@ -26,7 +26,7 @@
26 26
  * @file
27 27
  * SoX native format muxer
28 28
  * @author Daniel Verkamp
29
- * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
29
+ * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
30 30
  */
31 31
 
32 32
 #include "libavutil/intreadwrite.h"
... ...
@@ -23,7 +23,7 @@
23 23
  * @file
24 24
  * 8088flex TMV file demuxer
25 25
  * @author Daniel Verkamp
26
- * @sa http://www.oldskool.org/pc/8088_Corruption
26
+ * @see http://www.oldskool.org/pc/8088_Corruption
27 27
  */
28 28
 
29 29
 #include "libavutil/intreadwrite.h"