mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
hide inheritance from types in detail namespace
[SVN r32269]
This commit is contained in:
parent
0511e808ef
commit
0b0bd562c1
@ -503,6 +503,9 @@ Cannot handle compounddef with kind=<xsl:value-of select="@kind"/>
|
|||||||
|
|
||||||
<!-- Inheritance -->
|
<!-- Inheritance -->
|
||||||
<xsl:template match="basecompoundref" mode="inherit">
|
<xsl:template match="basecompoundref" mode="inherit">
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="contains(string(.), $boost.doxygen.detail)"/>
|
||||||
|
<xsl:otherwise>
|
||||||
<inherit>
|
<inherit>
|
||||||
<!-- Access specifier for inheritance -->
|
<!-- Access specifier for inheritance -->
|
||||||
<xsl:attribute name="access">
|
<xsl:attribute name="access">
|
||||||
@ -512,6 +515,8 @@ Cannot handle compounddef with kind=<xsl:value-of select="@kind"/>
|
|||||||
|
|
||||||
<xsl:apply-templates mode="passthrough"/>
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
</inherit>
|
</inherit>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="basecompoundref"/>
|
<xsl:template match="basecompoundref"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user