mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-20 06:59:44 -05:00
doc: Fix typo in generated section header
We were generating headers such as 'Events provided by wl_display events', drop the last 'events'.
This commit is contained in:
parent
65eef9d817
commit
cc95db359c
1 changed files with 2 additions and 2 deletions
|
|
@ -71,13 +71,13 @@
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="event">
|
<xsl:if test="event">
|
||||||
<section>
|
<section>
|
||||||
<title>Events provided by <xsl:value-of select="@name" /> events</title>
|
<title>Events provided by <xsl:value-of select="@name" /></title>
|
||||||
<xsl:apply-templates select="event" />
|
<xsl:apply-templates select="event" />
|
||||||
</section>
|
</section>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="enum">
|
<xsl:if test="enum">
|
||||||
<section>
|
<section>
|
||||||
<title>Enums provided by <xsl:value-of select="@name" /> enums</title>
|
<title>Enums provided by <xsl:value-of select="@name" /></title>
|
||||||
<xsl:apply-templates select="enum" />
|
<xsl:apply-templates select="enum" />
|
||||||
</section>
|
</section>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue