mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
Move function parameter documentation after the description
[SVN r24673]
This commit is contained in:
parent
b91d3519d6
commit
60c318f225
@ -769,6 +769,8 @@
|
||||
<xsl:apply-templates select="purpose/*"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:apply-templates select="description/*"/>
|
||||
|
||||
<!-- Document parameters -->
|
||||
<xsl:if test="parameter/description|signature/parameter/description">
|
||||
<variablelist spacing="compact">
|
||||
@ -787,8 +789,6 @@
|
||||
</variablelist>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:apply-templates select="description/*"/>
|
||||
|
||||
<xsl:if test="para">
|
||||
<xsl:message>
|
||||
<xsl:text>Warning: Use of 'para' elements in a function is deprecated. </xsl:text>
|
||||
@ -813,7 +813,6 @@
|
||||
<xsl:text>' for stylesheet parameter boost.generation.mode.</xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user