doc/filters: Fix texi syntax

Commit f1efaf8371 used parentheses
instead of curly braces in texi syntax, resulting in warnings when
the documentation is generated. Fix that.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jean Delvare 2013-06-26 15:50:55 +02:00 committed by Michael Niedermayer
parent 034b31df2c
commit ff995e2b6f
1 changed files with 2 additions and 2 deletions

View File

@ -2936,7 +2936,7 @@ The width and height of the drawn box.
The thickness of the drawn box.
These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
each other, so you may for example specify @code(y=x/dar} or @code(h=w/dar).
each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
@end table
@ -3035,7 +3035,7 @@ The width and height of the drawn cell.
The thickness of the drawn cell.
These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
each other, so you may for example specify @code(y=x/dar} or @code(h=w/dar).
each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
@end table