Menu

#4 class hierarchy does not show fully qualified classname

open
nobody
None
5
2005-10-05
2005-10-05
Anonymous
No

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)

Discussion

  • Khurshidali Shaikh

    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.

     
  • Khurshidali Shaikh

    Logged In: YES
    user_id=271087

    This will be fixed in next release

     

Log in to post a comment.

MongoDB Logo MongoDB