aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2010-08-27 09:40:32 +0200
committerLars Thorsen <[email protected]>2010-08-27 09:40:32 +0200
commitfccab79bbaf4d21c9cdfb16748da2952fd41fee0 (patch)
tree928845c5e77c5e5b238d343c7cbee01ad67207a8 /lib/erl_docgen/priv
parenteebbcdb88ab889ac8422c8eacc1f689dcf5f7266 (diff)
downloadotp-fccab79bbaf4d21c9cdfb16748da2952fd41fee0.tar.gz
otp-fccab79bbaf4d21c9cdfb16748da2952fd41fee0.tar.bz2
otp-fccab79bbaf4d21c9cdfb16748da2952fd41fee0.zip
Fixed the transformation from xml to html of the funcs block in comref pages.
Diffstat (limited to 'lib/erl_docgen/priv')
-rw-r--r--lib/erl_docgen/priv/xsl/db_html.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl
index 5614b02bb7..bba0f97645 100644
--- a/lib/erl_docgen/priv/xsl/db_html.xsl
+++ b/lib/erl_docgen/priv/xsl/db_html.xsl
@@ -1157,6 +1157,7 @@
</xsl:template>
+
<xsl:template match="name">
<xsl:variable name="tmpstring">
@@ -1208,6 +1209,9 @@
</xsl:variable>
<a name="{$fname}-{$arity}"><span class="bold_code"><xsl:value-of select="."/></span></a><br/>
</xsl:when>
+ <xsl:otherwise>
+ <span class="bold_code"><xsl:value-of select="."/></span>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>