[FFmpeg-cvslog] doc/texi2pod: recognize @table @command.
Nicolas George
git at videolan.org
Sat Nov 17 19:56:41 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sun Nov 11 18:44:10 2012 +0100| [ee2d6fbc92e6d55dda319fa56234c5be9a476728] | committer: Nicolas George
doc/texi2pod: recognize @table @command.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee2d6fbc92e6d55dda319fa56234c5be9a476728
---
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