EXTENDS
{{data.extends}}{% endif %}
{{ data.filename }}
{{ data.source_code|highlight(language="ST", inline=False) }}
Methods
{{method.name}}()
{% for comment in method.comments %} {{ comment }} {% endfor %}
{% endfor %}
Properties
{{property.name}}
{% for comment in property.comments %} {{ comment }} {% endfor %}
{% endfor %}
Actions
{{action.name}}
{% for comment in action.comments %} {{ comment }} {% endfor %}
{% endfor %}