summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 03:56:07 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-15 02:01:21 +0200
commitad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (patch)
treec65ea18ea8739b3f37fd49dfe1f0372b3c365be2 /libavcodec/lzw.c
parent6168781f70ebac7da557207750d14f57c3cd4cb3 (diff)
doxygen: use Doxygen markup for authors and web links where appropriate
Diffstat (limited to 'libavcodec/lzw.c')
-rw-r--r--libavcodec/lzw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c
index 6129429053..873b31445b 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"