summaryrefslogtreecommitdiffstats
path: root/bindings/xml
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-08 22:10:24 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-08 22:10:24 +0000
commit6cd4420945489e7331012103048f162288a6c7d8 (patch)
tree96a1811db0c4bb85ba1d0acd9400d5fced0b5f25 /bindings/xml
parentc3b2308f66fe8abd2c1a911b500c0b989c295819 (diff)
Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does
not compress spaces in verbatim content. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/xml')
-rw-r--r--bindings/xml/comment-xml-schema.rng3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/xml/comment-xml-schema.rng b/bindings/xml/comment-xml-schema.rng
index 69d8229d6b..a0329f8c3d 100644
--- a/bindings/xml/comment-xml-schema.rng
+++ b/bindings/xml/comment-xml-schema.rng
@@ -385,6 +385,9 @@
</zeroOrMore>
</element>
<element name="Verbatim">
+ <attribute name="xml:space">
+ <value>preserve</value>
+ </attribute>
<attribute name="kind">
<!-- TODO: add all Doxygen verbatim kinds -->
<choice>