[FFmpeg-cvslog] r25854 - trunk/doc/texi2pod.pl

stefano subversion
Tue Nov 30 21:14:30 CET 2010


Author: stefano
Date: Tue Nov 30 21:14:29 2010
New Revision: 25854

Log:
Remove @anchor{} commands from the POD output.

This allows to use the @xref{} command for the HTML output.

Modified:
   trunk/doc/texi2pod.pl

Modified: trunk/doc/texi2pod.pl
==============================================================================
--- trunk/doc/texi2pod.pl	Tue Nov 30 00:15:51 2010	(r25853)
+++ trunk/doc/texi2pod.pl	Tue Nov 30 21:14:29 2010	(r25854)
@@ -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;



More information about the ffmpeg-cvslog mailing list