Browse Source

doc/texi2pod: recognize @table @command.

tags/n1.1
Nicolas George 13 years ago
parent
commit
ee2d6fbc92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/texi2pod.pl

+ 1
- 1
doc/texi2pod.pl View File

@@ -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