mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-15 06:59:49 -05:00
doc: rename Procotol to ProtocolSpec and WaylandProtocol to Protocol
The former is the actual specification, the latter notes about the protocol. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
adf300dc13
commit
966e8ec9c0
4 changed files with 30 additions and 30 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<!-- Interface descriptions -->
|
||||
<xsl:template match="interface" >
|
||||
<section>
|
||||
<xsl:attribute name="id">protocol-<xsl:value-of select="name()"/>-<xsl:value-of select="@name" />
|
||||
<xsl:attribute name="id">protocol-spec-<xsl:value-of select="name()"/>-<xsl:value-of select="@name" />
|
||||
</xsl:attribute>
|
||||
<title>
|
||||
<xsl:value-of select="@name" />
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<!-- Request/event list -->
|
||||
<xsl:template match="request|event|enum">
|
||||
<section>
|
||||
<xsl:attribute name="id">protocol-interface-<xsl:value-of select="../@name"/>-<xsl:value-of select="name()"/>-<xsl:value-of select="@name"/></xsl:attribute>
|
||||
<xsl:attribute name="id">protocol-spec-interface-<xsl:value-of select="../@name"/>-<xsl:value-of select="name()"/>-<xsl:value-of select="@name"/></xsl:attribute>
|
||||
<title>
|
||||
<xsl:value-of select="../@name"/>::<xsl:value-of select="@name" />
|
||||
<xsl:if test="description/@summary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue