Skip to content

Commit

Permalink
xdoc: generate correct links to javadocs for inner classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor committed Oct 3, 2014
1 parent 126ca47 commit 8c80c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xdoc/src/etc/toHTML1.xslt
Expand Up @@ -222,7 +222,8 @@
<xsl:value-of select="$JAVADOCS"/>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="translate(@class, '.', '/')"/>
<xsl:value-of
select="translate(translate(@class, '.', '/'), '$', '.')"/>
<xsl:choose>
<xsl:when test="@class='.'">
<xsl:value-of select="'index.html'"/>
Expand Down

0 comments on commit 8c80c66

Please sign in to comment.