doc/texi2pod: recognize @table @command.

pull/8/head
Nicolas George 12 years ago
parent 29e388abcb
commit ee2d6fbc92
  1. 2
      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/;

Loading…
Cancel
Save