[PATCH 2/9] doc: Preserve spaces
Pekka Paalanen
ppaalanen at gmail.com
Tue Nov 25 06:47:27 PST 2014
On Tue, 11 Nov 2014 18:42:55 -0800
Bill Spitzak <spitzak at gmail.com> wrote:
> Slight variation on Pekka's patch. It seems harmless to put this anywhere.
I assume you refer to
http://cgit.freedesktop.org/wayland/wayland/commit/?id=4a661c5b0c9c66102a142cd8d327dcad8007f1d7
Unfortunately every generation of the html docs changed some internal
ids, so seeing what actually changed is hard, but I don't see what this
changes.
What does this do really, and does it make the above mentioned commit
redundant?
Oh, the next patch removes the old hunk.
Thanks,
pq
> ---
> 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>
More information about the wayland-devel
mailing list