[FFmpeg-devel] [PATCH 8/8] doc/texi2pod: make references bold
Stefano Sabatini
stefasab at gmail.com
Fri Jan 24 12:42:17 CET 2014
On date Wednesday 2014-01-22 20:04:06 -0800, Timothy Gu encoded:
> Inspired by GCC r86635.
>
> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> ---
> doc/texi2pod.pl | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
> index 2259d81..4eba3a6 100755
> --- a/doc/texi2pod.pl
> +++ b/doc/texi2pod.pl
> @@ -392,8 +392,8 @@ sub postprocess
> s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
> s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
> s/;\s+\@pxref\{(?:[^\}]*)\}//g;
> - s/\@ref\{(?:[^,\}]*,)(?:[^,\}]*,)([^,\}]*).*\}/$1/g;
> - s/\@ref\{([^\}]*)\}/$1/g;
> + s/\@ref\{(?:[^,\}]*,)(?:[^,\}]*,)([^,\}]*).*\}/B<$1>/g;
> + s/\@ref\{([^\}]*)\}/B<$1>/g;
> s/\@noindent\s*//g;
> s/\@refill//g;
> s/\@gol//g;
Please add commit message for rationale.
--
FFmpeg = Faithless & Fast Most Perfectionist Extreme God
More information about the ffmpeg-devel
mailing list