mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Deal with parameter documentation in overloaded functions
[SVN r23387]
This commit is contained in:
parent
5e397017bb
commit
aece427f54
@ -770,10 +770,11 @@
|
||||
</xsl:if>
|
||||
|
||||
<!-- Document parameters -->
|
||||
<xsl:if test="parameter/description">
|
||||
<xsl:if test="parameter/description|signature/parameter/description">
|
||||
<variablelist spacing="compact">
|
||||
<title>Parameters</title>
|
||||
<xsl:for-each select="parameter">
|
||||
<xsl:for-each select="parameter|signature/parameter">
|
||||
<xsl:sort select="attribute::name"/>
|
||||
<xsl:if test="description">
|
||||
<varlistentry>
|
||||
<term><xsl:value-of select="@name"/></term>
|
||||
|
Loading…
x
Reference in New Issue
Block a user