2017-02-07 03:04:25 -05:00
|
|
|
{% if doc.members.length %}
|
2017-05-01 13:01:02 -04:00
|
|
|
<div class="meta-data api-section">
|
2017-01-27 09:51:41 -05:00
|
|
|
<h2>Metadata Properties</h2>
|
2017-02-07 03:04:25 -05:00
|
|
|
{% for metadata in doc.members %}{% if not metadata.internal %}
|
2017-01-27 09:51:41 -05:00
|
|
|
<div class="metadata-member">
|
|
|
|
<a name="{$ metadata.name $}-anchor" class="anchor-offset"></a>
|
2017-04-24 10:04:52 -04:00
|
|
|
<pre>
|
2017-01-27 09:51:41 -05:00
|
|
|
<code>{$ metadata.name $}{$ params.paramList(metadata.parameters) | trim $}{$ params.returnType(metadata.returnType) $}</code>
|
|
|
|
</pre>
|
2017-04-24 10:04:52 -04:00
|
|
|
{%- if not metadata.notYetDocumented %}{$ metadata.description | trimBlankLines | marked $}{% endif -%}
|
2017-01-27 09:51:41 -05:00
|
|
|
</div>
|
|
|
|
{% if not loop.last %}<hr class="hr-margin">{% endif %}
|
|
|
|
{% endif %}{% endfor %}
|
2017-04-24 13:49:37 -04:00
|
|
|
</div>
|
2017-01-27 09:51:41 -05:00
|
|
|
{% endif %}
|