generate docs even if the header contains nothing but typedefs

[SVN r33570]
This commit is contained in:
Eric Niebler 2006-04-06 21:31:13 +00:00
parent ea90b87528
commit 90259c9b32

View File

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