]> git.sesse.net Git - ffmpeg/commitdiff
doc/texi2pod: recognize @table @command.
authorNicolas George <nicolas.george@normalesup.org>
Sun, 11 Nov 2012 17:44:10 +0000 (18:44 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Sat, 17 Nov 2012 18:47:56 +0000 (19:47 +0100)
doc/texi2pod.pl

index a0576511753b2d01c48d265d1813fc59567b3f88..d20fac6bf60dcc3ad9c5c30b25522d6bf5204cb9 100755 (executable)
@@ -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/;