mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
Prevent a class' or namespace's associated free functions
(a "free-function-group" element inside a "class" or "namespace" element) from reappearing in the synopsis of nested classes or namespaces. This is a merge of revision 45297 from the boost_docs sandbox. [SVN r45298]
This commit is contained in:
parent
f0c7c3d9b9
commit
18cbde7d28
@ -1072,7 +1072,7 @@ Unknown type element "<xsl:value-of select="local-name(.)"/>" in type.display.na
|
||||
<xsl:with-param name="allow-synopsis-anchors" select="true()"/>
|
||||
</xsl:call-template>
|
||||
<!-- Associated free functions -->
|
||||
<xsl:apply-templates select="ancestor-or-self::*/free-function-group"
|
||||
<xsl:apply-templates select="free-function-group"
|
||||
mode="synopsis">
|
||||
<xsl:with-param name="indentation" select="$indentation"/>
|
||||
<xsl:with-param name="class" select="@name"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user