generate docs even if the header contains nothing but typedefs

[SVN r33571]
This commit is contained in:
Eric Niebler 2006-04-06 21:39:07 +00:00
parent b4858eb12e
commit bd8faafcc4

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>