[PATCH 2/9] doc: Preserve spaces
Bill Spitzak
spitzak at gmail.com
Tue Nov 11 18:42:55 PST 2014
Slight variation on Pekka's patch. It seems harmless to put this anywhere.
---
doc/publican/doxygen-to-publican.xsl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl
index b6ca5f3..99193e1 100644
--- a/doc/publican/doxygen-to-publican.xsl
+++ b/doc/publican/doxygen-to-publican.xsl
@@ -108,6 +108,10 @@
<xsl:text> </xsl:text>
</xsl:template>
+<xsl:template match="sp">
+ <xsl:text> </xsl:text>
+</xsl:template>
+
<xsl:template match="programlisting">
<programlisting><xsl:apply-templates /></programlisting>
</xsl:template>
--
1.7.9.5
More information about the wayland-devel
mailing list