handle explicit.

[SVN r68708]
This commit is contained in:
Steven Watanabe 2011-02-08 04:13:09 +00:00
parent a1d3e62cd7
commit c47227acc0

View File

@ -1105,6 +1105,9 @@
<!-- Handle constructors -->
<xsl:template name="constructor">
<constructor>
<xsl:if test="@explicit = 'yes'">
<xsl:attribute name="specifiers">explicit</xsl:attribute>
</xsl:if>
<xsl:call-template name="function.children"/>
</constructor>
</xsl:template>