]> granicus.if.org Git - docbook-dsssl/commitdiff
Whitespace and documentation changes
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 20:03:32 +0000 (20:03 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 20:03:32 +0000 (20:03 +0000)
xsl/params/formal.object.properties.xml

index fca1b6797350c7d0f8cbb950110cc0ccb3489c3d..6cbcf321d3a10f41bff3f89a359be67bb0faac87 100644 (file)
@@ -5,16 +5,22 @@
 </refnamediv>
 
 <refsynopsisdiv>
-<src:fragment id='formal.object.properties.frag'><xsl:attribute-set name="formal.object.properties">
+<src:fragment id='formal.object.properties.frag'>
+<xsl:attribute-set name="formal.object.properties">
   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
-</xsl:attribute-set></src:fragment>
+</xsl:attribute-set>
+</src:fragment>
 </refsynopsisdiv>
+
 <refsect1><title>Description</title>
-<para>The styling for formal objects in docbook. Specify the spacing before and after the object.</para>
+
+<para>The styling for formal objects in docbook. Specify the spacing
+before and after the object.</para>
+
 </refsect1>
 </refentry>