Show superclasses.

This commit is contained in:
Eitaro Fukamachi 2015-07-21 03:31:50 +09:00
parent 9a842b220f
commit 74c8189e86

View file

@ -64,6 +64,9 @@
{{ symbol.lambda-list | lambda-list | safe }}
</span>
{% endif %}
{% if symbol.superclasses %}
inherits ({% for superclass in symbol.superclasses %}<code class="symbol-name">{{ superclass | symbol }}</code>{% if not forloop.last %}, {% endif %}{% endfor %})
{% endif %}
{% if symbol.initial-value %}
<span class="initial-value">{{ symbol.initial-value }}</span>
{% endif %}