gtk-doc r624 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r624 - trunk
- Date: Tue, 2 Dec 2008 12:50:38 +0000 (UTC)
Author: stefkost
Date: Tue Dec 2 12:50:37 2008
New Revision: 624
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=624&view=rev
Log:
* gtkdoc-mkdb.in:
Don't touch doctype header in expand-content-files.
Modified:
trunk/ChangeLog
trunk/gtkdoc-mkdb.in
Modified: trunk/gtkdoc-mkdb.in
==============================================================================
--- trunk/gtkdoc-mkdb.in (original)
+++ trunk/gtkdoc-mkdb.in Tue Dec 2 12:50:37 2008
@@ -2083,7 +2083,7 @@
<bookinfo>
<title>$MODULE Reference Manual</title>
<releaseinfo>
- for $MODULE [VERSION]
+ for $MODULE [VERSION].
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://[SERVER]/$MODULE/index.html">http://[SERVER]/$MODULE/</ulink>.
</releaseinfo>
@@ -2257,7 +2257,7 @@
# keep CDATA unmodified, preserve ulink tags (ideally we preseve all tags
# as such)
return &ModifyXMLElements ($text, $symbol,
- "<!\\[CDATA\\[|<ulink[^>]*>|<programlisting[^>]*>",
+ "<!\\[CDATA\\[|<ulink[^>]*>|<programlisting[^>]*>|<!DOCTYPE",
\&ExpandAbbreviationsEndTag,
\&ExpandAbbreviationsCallback);
}
@@ -2269,6 +2269,8 @@
if ($start_tag eq "<!\[CDATA\[") {
return "]]>";
+ } elsif ($start_tag eq "<!\DOCTYPE") {
+ return "]>";
} elsif ($start_tag =~ m/<(\w+)/) {
return "</$1>";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]