Browse code

avfilter/vf_drawtext: Fix doxygen comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2013/05/23 22:50:39
Showing 1 changed files
... ...
@@ -664,7 +664,7 @@ static int func_eval_expr(AVFilterContext *ctx, AVBPrint *bp,
664 664
 static const struct drawtext_function {
665 665
     const char *name;
666 666
     unsigned argc_min, argc_max;
667
-    int tag; /** opaque argument to func */
667
+    int tag;                            /**< opaque argument to func */
668 668
     int (*func)(AVFilterContext *, AVBPrint *, char *, unsigned, char **, int);
669 669
 } functions[] = {
670 670
     { "expr",      1, 1, 0,   func_eval_expr },