[FFmpeg-devel] [PATCH 3/4] doc/texi2pod: recognize @table @command.
Stefano Sabatini
stefasab at gmail.com
Thu Nov 15 01:40:51 CET 2012
On date Sunday 2012-11-11 18:56:44 +0100, Nicolas George encoded:
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> 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/;
I suppose it's OK, even if texinfo docs seems to indicate that
"command" is meant like a shell command, so @option may still be
preferrable in the following patch.
--
FFmpeg = Frightening & Formidable Mega Perennial Enhanced Gladiator
More information about the ffmpeg-devel
mailing list