class hierarchy does not show fully qualified classname
Status: Beta
Brought to you by:
khurshid
For classes present in the doc, the class hierarchy does
not show the fully qualified classname, but only the
class name.
This however is different from what JavaDoc does.
To fix this, we changed
<xsl:with-param name="label"
select="$class/@name" />
into
<xsl:with-param name="label"
select="$class/@name" />
in the class-link template in xml2fo.xsl
(rian.wouters@philips.com)
Logged In: YES
user_id=271087
You changed
<xsl:with-param name="label"
select="$class/@name" />
into
<xsl:with-param name="label"
select="$class/@name" />
but both are same.
Logged In: YES
user_id=271087
This will be fixed in next release