emit header synopsis for files containing overloaded-function and enum

[SVN r33363]
This commit is contained in:
Eric Niebler 2006-03-18 00:28:57 +00:00
parent d4b0d53e9f
commit 4cb3de9a91

View File

@ -113,11 +113,14 @@
</xsl:if>
<xsl:if test="descendant::class|descendant::struct|descendant::union
|descendant::function|descendant::free-function-group">
|descendant::function|descendant::free-function-group
|descendant::overloaded-function|descendant::enum">
<xsl:call-template name="synopsis">
<xsl:with-param name="text">
<xsl:apply-templates mode="synopsis"
select="namespace|class|struct|union|function|free-function-group">
select="namespace|class|struct|union
|function|free-function-group
|overloaded-function|enum">
<xsl:with-param name="indentation" select="0"/>
</xsl:apply-templates>
</xsl:with-param>