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:
Daniel James 2009-04-11 07:55:00 +00:00
parent ce6a49b1fe
commit b7abd20087

View File

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