diff --git a/templates/api.html b/templates/api.html index b658c96..5088a22 100644 --- a/templates/api.html +++ b/templates/api.html @@ -67,6 +67,9 @@ {% if symbol.superclasses %} inherits ({% for superclass in symbol.superclasses %}{{ superclass | symbol }}{% if not forloop.last %}, {% endif %}{% endfor %}) {% endif %} + {% if symbol.include-structs %} + includes ({% for include in symbol.include-structs %}{{ include | symbol }}{% if not forloop.last %}, {% endif %}{% endfor %}) + {% endif %} {% if symbol.initial-value %} {{ symbol.initial-value }} {% endif %}