doc: Remove duplicated descriptions of wayland objects

This text is a duplicate of the text in the protocol documentation, but
the converter mangled it by removing the paragraph breaks and some other
errors. Instead replace it with a list of links to the protocol docs.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Bill Spitzak 2014-12-02 18:29:36 -08:00 committed by Pekka Paalanen
parent 0093164f85
commit 9ca542db4e

View file

@ -34,21 +34,15 @@
<!-- Interfaces summary -->
<xsl:template match="interface" >
<varlistentry>
<xsl:attribute name="id">protocol-summary-<xsl:value-of select="name()"/>-<xsl:value-of select="@name" />
</xsl:attribute>
<term>
<term>
<link linkend="protocol-spec-interface-{@name}">
<xsl:value-of select="@name" />
<xsl:if test="description/@summary">
- <xsl:value-of select="description/@summary" />
</xsl:if>
</term>
<listitem>
<para>
<xsl:value-of select="description"/>
</para>
</listitem>
</varlistentry>
</link>
</term>
</varlistentry>
</xsl:template>
</xsl:stylesheet>