mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Show superclasses.
This commit is contained in:
parent
9a842b220f
commit
74c8189e86
1 changed files with 3 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue