You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc: escape left brace in texi2pod.pl regex
Unescaped literal left braces are deprecated and a warning was added in Perl 5.22.
This commit is contained in:
@@ -380,7 +380,7 @@ sub postprocess
|
|||||||
# @* is also impossible in .pod; we discard it and any newline that
|
# @* is also impossible in .pod; we discard it and any newline that
|
||||||
# follows it. Similarly, our macro @gol must be discarded.
|
# follows it. Similarly, our macro @gol must be discarded.
|
||||||
|
|
||||||
s/\@anchor{(?:[^\}]*)\}//g;
|
s/\@anchor\{(?:[^\}]*)\}//g;
|
||||||
s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
|
s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
|
||||||
s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
|
s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
|
||||||
s/;\s+\@pxref\{(?:[^\}]*)\}//g;
|
s/;\s+\@pxref\{(?:[^\}]*)\}//g;
|
||||||
|
Reference in New Issue
Block a user