mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +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 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user