{# inputs: list, label, title, local #} {% if list %} {% for nc in list %} {# brief description #} {% if nc.brief %} {% endif %} {% endfor %}

{{ title }}

{% if nc.compoundType %}{{ nc.compoundType }} {% endif %} {% if local %} {% with obj=nc text=nc.bareName %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% else %} {% with obj=nc text=nc.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endif %} {% if nc.sourceFileName and nc.isLinkable %}[{{ tr.code }}]{% endif %}
  {{ nc.brief }} {% if nc.hasDetails %} {{ tr.more }} {% endif %}
 
{% endif %}