mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +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:apply-templates select="purpose/*"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
|
<xsl:apply-templates select="description/*"/>
|
||||||
|
|
||||||
<!-- Document parameters -->
|
<!-- Document parameters -->
|
||||||
<xsl:if test="parameter/description|signature/parameter/description">
|
<xsl:if test="parameter/description|signature/parameter/description">
|
||||||
<variablelist spacing="compact">
|
<variablelist spacing="compact">
|
||||||
@ -787,8 +789,6 @@
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
<xsl:apply-templates select="description/*"/>
|
|
||||||
|
|
||||||
<xsl:if test="para">
|
<xsl:if test="para">
|
||||||
<xsl:message>
|
<xsl:message>
|
||||||
<xsl:text>Warning: Use of 'para' elements in a function is deprecated. </xsl:text>
|
<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:text>' for stylesheet parameter boost.generation.mode.</xsl:text>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user