mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-11 13:23:59 +00:00
generate docs even if the header contains nothing but typedefs
[SVN r33570]
This commit is contained in:
parent
ea90b87528
commit
90259c9b32
@ -113,14 +113,16 @@
|
|||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
<xsl:if test="descendant::class|descendant::struct|descendant::union
|
<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">
|
|descendant::overloaded-function|descendant::enum
|
||||||
|
|descendant::typedef">
|
||||||
<xsl:call-template name="synopsis">
|
<xsl:call-template name="synopsis">
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
<xsl:apply-templates mode="synopsis"
|
<xsl:apply-templates mode="synopsis"
|
||||||
select="namespace|class|struct|union
|
select="namespace|class|struct|union
|
||||||
|function|free-function-group
|
|function|free-function-group
|
||||||
|overloaded-function|enum">
|
|overloaded-function|enum
|
||||||
|
|typedef">
|
||||||
<xsl:with-param name="indentation" select="0"/>
|
<xsl:with-param name="indentation" select="0"/>
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user