mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
Remove @anchor{} commands from the POD output.
This allows to use the @xref{} command for the HTML output. Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d305fd071
commit
60445a0995
@ -346,6 +346,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/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
|
s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
|
||||||
s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
|
s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
|
||||||
s/;\s+\@pxref\{(?:[^\}]*)\}//g;
|
s/;\s+\@pxref\{(?:[^\}]*)\}//g;
|
||||||
|
Loading…
Reference in New Issue
Block a user