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:
Frank Mori Hess 2008-05-12 13:59:20 +00:00
parent f0c7c3d9b9
commit 18cbde7d28

View File

@ -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"/>