|
@@ -346,6 +346,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/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
|
|
|
s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
|
|
|
s/;\s+\@pxref\{(?:[^\}]*)\}//g;
|