Put some extra spacing before function synopsis that have a comment.

[SVN r20498]
This commit is contained in:
Douglas Gregor 2003-10-26 23:40:18 +00:00
parent 5bbddee283
commit c1cdd4526f

View File

@ -475,7 +475,7 @@
<xsl:if test="purpose">
<!-- Compact display outputs the purpose as a comment (if
there is one) and the entire function declaration. -->
<xsl:text>&#10;</xsl:text>
<xsl:text>&#10;&#10;</xsl:text>
<xsl:call-template name="indent">
<xsl:with-param name="indentation" select="$indentation"/>
</xsl:call-template>