Browse Source

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>
tags/n2.0
Jean Delvare Michael Niedermayer 12 years ago
parent
commit
ff995e2b6f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/filters.texi

+ 2
- 2
doc/filters.texi 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



Loading…
Cancel
Save