On Fri, May 06, 2016 at 01:34:12PM +0200, Janne Grunau wrote:
> --- a/doc/texi2pod.pl
> +++ b/doc/texi2pod.pl
> @@ -380,7 +380,7 @@ sub postprocess
> # @* is also impossible in .pod; we discard it and any newline that
> # follows it. Similarly, our macro @gol must be discarded.
>
> - s/\@anchor{(?:[^\}]*)\}//g;
> + s/\@anchor\{(?:[^\}]*)\}//g;
> s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
> s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
> s/;\s+\@pxref\{(?:[^\}]*)\}//g;
Why? (Might be obvious to a Perl coder, certainly not to me.)
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel