mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
emit header synopsis for files containing overloaded-function and enum
[SVN r33363]
This commit is contained in:
parent
d4b0d53e9f
commit
4cb3de9a91
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user