summaryrefslogtreecommitdiff
path: root/docs/newapi.xsl
diff options
context:
space:
mode:
authorClaudio Bley <cbley@av-test.de>2013-01-22 14:39:41 +0100
committerClaudio Bley <cbley@av-test.de>2013-10-30 17:30:11 +0100
commitd2ee3bbfa0e08d76a506d9a17247a4fbe0775357 (patch)
tree9587aee51b0732ba22c9bb35c1c5eb8b876d1dc6 /docs/newapi.xsl
parent8213f6c38e2fc48e5ea37c8fb512b17d070c07fd (diff)
downloadlibvirt-d2ee3bbfa0e08d76a506d9a17247a4fbe0775357.tar.gz
docs: add class "description" to div's containing descriptions
Diffstat (limited to 'docs/newapi.xsl')
-rw-r--r--docs/newapi.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index d62839ad6f..a08b3049ed 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -416,7 +416,7 @@
<xsl:variable name="name" select="string(@name)"/>
<h3><a name="{$name}"><code><xsl:value-of select="$name"/></code></a></h3>
<pre class="api"><span class="directive">#define</span><xsl:text> </xsl:text><xsl:value-of select="$name"/></pre>
- <div>
+ <div class="description">
<xsl:call-template name="formattext">
<xsl:with-param name="text" select="info"/>
</xsl:call-template>
@@ -568,7 +568,7 @@
<xsl:text>)
</xsl:text>
</pre>
- <div>
+ <div class="description">
<xsl:call-template name="formattext">
<xsl:with-param name="text" select="info"/>
</xsl:call-template>
@@ -644,7 +644,7 @@
</xsl:for-each>
<xsl:text>)</xsl:text>
</pre>
- <div>
+ <div class="description">
<xsl:call-template name="formattext">
<xsl:with-param name="text" select="info"/>
</xsl:call-template>