Skip to content

Commit

Permalink
[Doc2Rst] Add missing blankline after methodsynhopsys for varlists
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 18, 2012
1 parent a80ff98 commit 4223c98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/doc2rst.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@
<xsl:template match="//doc:varlistentry/doc:listitem" priority="1">
<xsl:apply-templates mode="indent"/>
</xsl:template>
<!-- varlistentry/listitem/methodsynopsys -->
<xsl:template match="//doc:varlistentry/doc:listitem/doc:methodsynopsis" priority="1">
<xsl:call-template name="methodsynopsis"/>
<xsl:text>&#xA;</xsl:text>
</xsl:template>

<!--
#################
Expand Down

0 comments on commit 4223c98

Please sign in to comment.