anm: fix a few Doxygen comments
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2012 18:40:26 +0000 (20:40 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 3 Jul 2012 15:35:11 +0000 (17:35 +0200)
libavcodec/anm.c

index b86b7c0..d979ba4 100644 (file)
@@ -55,8 +55,9 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
 /**
  * Perform decode operation
- * @param dst, dst_end Destination image buffer
- * @param gb, GetByteContext (optional, see below)
+ * @param dst     pointer to destination image buffer
+ * @param dst_end pointer to end of destination image buffer
+ * @param gb GetByteContext (optional, see below)
  * @param pixel Fill color (optional, see below)
  * @param count Pixel count
  * @param x Pointer to x-axis counter