{{ type == 'property' ? '$' }}{{ node.name }}{{ type == 'method' or type == 'function' ? '()' }} {% if type == 'constant' %} = {{ node.value }}{% endif %} {% if type == 'case' %}{% if node.value %} = {{ node.value }}{% endif %}{% endif %} {% if type == 'property' %} : {{ node.type ? node.type|route('class:short')|join('|')|raw : 'mixed' }}{% endif %} {% if type == 'method' or type == 'function' %} : {{ node.response.type|route('class:short')|join('|')|raw }}{% endif %}
{{ node.summary }}