gtk-doc r673 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r673 - trunk
- Date: Thu, 29 Jan 2009 22:25:15 +0000 (UTC)
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]