gtk-doc r673 - trunk



Author: stefkost
Date: Thu Jan 29 22:25:15 2009
New Revision: 673
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=673&view=rev

Log:
	* gtkdoc-mkdb.in:
	  Expanding urls is not a good idea yet. Need to figure out.



Modified:
   trunk/ChangeLog
   trunk/gtkdoc-mkdb.in

Modified: trunk/gtkdoc-mkdb.in
==============================================================================
--- trunk/gtkdoc-mkdb.in	(original)
+++ trunk/gtkdoc-mkdb.in	Thu Jan 29 22:25:15 2009
@@ -2362,7 +2362,9 @@
     
     # Expand urls
     # FIXME: should we skip urls that are already tagged? (e.g. <literal>http://...</literal>)
-    $text =~ s%(http|https|ftp)://(.*?)((?:\s|,|\)|\]|\<|\.\s))%<ulink url="$1://$2">$2</ulink>$3%g;
+    # this is apparently also called for markup and not just for plain text
+    # disable for now.
+    #$text =~ s%(http|https|ftp)://(.*?)((?:\s|,|\)|\]|\<|\.\s))%<ulink url="$1://$2">$2</ulink>$3%g;
   }
 
   return $text;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]