mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Partially revert [51323].
It added partial support for protected and private attributes and friend functions. But since it isn't complete support it was doing more harm than good. [SVN r52321]
This commit is contained in:
parent
ce6a49b1fe
commit
b7abd20087
@ -699,15 +699,6 @@
|
||||
<xsl:when test="@kind='public-static-attrib' or @kind='public-attrib'">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:when>
|
||||
<xsl:when test="@kind='protected-static-attrib' or @kind='protected-attrib'">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:when>
|
||||
<xsl:when test="@kind='private-static-attrib' or @kind='private-attrib'">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:when>
|
||||
<xsl:when test="@kind='friend'">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:when>
|
||||
<xsl:when test="@kind='public-type'">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:when>
|
||||
|
Loading…
x
Reference in New Issue
Block a user