[FFmpeg-cvslog] doc/texi2pod: recognize @table @command.
Nicolas George
git at videolan.org
Thu Aug 29 00:22:06 CEST 2013
ffmpeg | branch: release/1.0 | Nicolas George <nicolas.george at normalesup.org> | Sun Nov 11 18:44:10 2012 +0100| [deb9fb5257421051242594ae8707039b0dccac0b] | committer: Timothy Gu
doc/texi2pod: recognize @table @command.
(cherry picked from commit ee2d6fbc92e6d55dda319fa56234c5be9a476728)
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=deb9fb5257421051242594ae8707039b0dccac0b
---
doc/texi2pod.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index a057651..d20fac6 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -268,7 +268,7 @@ INF: while(<$inf>) {
push @icstack, $ic;
$endw = $1;
$ic = $2;
- $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env)/B/;
+ $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env|command)/B/;
$ic =~ s/\@(?:code|kbd)/C/;
$ic =~ s/\@(?:dfn|var|emph|cite|i)/I/;
$ic =~ s/\@(?:file)/F/;
More information about the ffmpeg-cvslog
mailing list