]> git.sesse.net Git - ffmpeg/blobdiff - doc/texi2pod.pl
Add missed APIchanges and changelog entries
[ffmpeg] / doc / texi2pod.pl
index fd3f02059d3bad499b4556cc7fb39c032924dc54..aa3273ec1a0e70971c8b213e1c3b110ef3e166f1 100755 (executable)
@@ -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;