mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
handle explicit.
[SVN r68708]
This commit is contained in:
parent
a1d3e62cd7
commit
c47227acc0
@ -1105,6 +1105,9 @@
|
|||||||
<!-- Handle constructors -->
|
<!-- Handle constructors -->
|
||||||
<xsl:template name="constructor">
|
<xsl:template name="constructor">
|
||||||
<constructor>
|
<constructor>
|
||||||
|
<xsl:if test="@explicit = 'yes'">
|
||||||
|
<xsl:attribute name="specifiers">explicit</xsl:attribute>
|
||||||
|
</xsl:if>
|
||||||
<xsl:call-template name="function.children"/>
|
<xsl:call-template name="function.children"/>
|
||||||
</constructor>
|
</constructor>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user