[libvirt] [PATCH 5/7] docs: add class "description" to div's containing descriptions

Claudio Bley cbley at av-test.de
Tue Jan 22 14:31:10 UTC 2013


Signed-off-by: Claudio Bley <cbley at av-test.de>
---
 docs/newapi.xsl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index b11ce9c..29ed94f 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -342,7 +342,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>
@@ -494,7 +494,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>
@@ -570,7 +570,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>
-- 
1.7.9.5




More information about the libvir-list mailing list