{% if doc.outputs %}

Outputs

{% for binding, property in doc.outputs %}
{$ property.bindingName $} bound to {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} {$ property.memberDoc.description | trimBlankLines | marked $}
{% endfor %}
{% endif %}