Remove the directories properly this time.

[SVN r63224]
This commit is contained in:
Daniel James 2010-06-22 07:38:21 +00:00
parent d6c3e8bb20
commit 2239878932

View File

@ -1363,10 +1363,15 @@
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:apply-templates mode="type"/> <xsl:apply-templates mode="type"/>
<xsl:apply-templates select="../argsstring"/>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>
<xsl:template match="argsstring">
<xsl:apply-templates mode="type"/>
</xsl:template>
<xsl:template match="ref" mode="type"> <xsl:template match="ref" mode="type">
<xsl:choose> <xsl:choose>
<xsl:when test="@kindref='compound'"> <xsl:when test="@kindref='compound'">