mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Show :include structs.
This commit is contained in:
parent
6d78d9ca39
commit
aecfc640f6
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
{% 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.include-structs %}
|
||||
includes ({% for include in symbol.include-structs %}<code class="symbol-name">{{ include | 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