From 3d85acc8f71581f403ea33711af76d97c4922310 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 3 Jul 2011 13:45:23 +0200
Subject: [PATCH] doxygen: Fix execute_code() @return documentation.

---
 libavcodec/ansi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c
index e46879dd6bd..32c7ce4ecd4 100644
--- a/libavcodec/ansi.c
+++ b/libavcodec/ansi.c
@@ -153,7 +153,7 @@ static void draw_char(AVCodecContext *avctx, int c)
 
 /**
  * Execute ANSI escape code
- * @param <0 error
+ * @return 0 on success, negative on error
  */
 static int execute_code(AVCodecContext * avctx, int c)
 {
-- 
GitLab