[libav-devel] [PATCH 1/8] doxygen: Fix execute_code() @return documentation.

Reinhard Tartler siretart at tauware.de
Sun Jul 3 21:12:56 CEST 2011


On Sun, Jul 03, 2011 at 16:42:07 (CEST), Diego Biurrun wrote:

> ---
>  libavcodec/ansi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c
> index e46879d..32c7ce4 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)
>  {

OK

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


More information about the libav-devel mailing list