From: Bill Spitzak Date: Sat, 3 Jan 2015 02:29:22 +0000 (-0800) Subject: doc: remove redundant subtitles X-Git-Tag: 1.6.92~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6750538455a5bfdbaff3635233c227670ec9b27f;p=platform%2Fupstream%2Fwayland.git doc: remove redundant subtitles Put the argument lists next to the event/message title, which I think makes it a lot easier to understand, and remove redundant "values" title from enumerations. Reviewed-by: Derek Foreman Reviewed-by: Bryce Harrington --- diff --git a/doc/publican/protocol-to-docbook.xsl b/doc/publican/protocol-to-docbook.xsl index ca1308f..a886b7f 100644 --- a/doc/publican/protocol-to-docbook.xsl +++ b/doc/publican/protocol-to-docbook.xsl @@ -147,7 +147,7 @@ - +
<xsl:value-of select="../@name"/>::<xsl:value-of select="@name" /> @@ -155,23 +155,35 @@ - <xsl:value-of select="description/@summary" /> </xsl:if> - - - - + - <xsl:value-of select="../@name"/>::<xsl:value-of select="@name" /> arguments - - - - <xsl:value-of select="../@name"/>::<xsl:value-of select="@name" /> values - - - + + + + +
+
+ + + +
+ + <xsl:value-of select="../@name"/>::<xsl:value-of select="@name" /> + <xsl:if test="description/@summary"> + - <xsl:value-of select="description/@summary" /> + </xsl:if> + + + + + + +
+