{% import "lib/githubLinks.html" as github -%} {% import "lib/paramList.html" as params -%} {% extends 'layout/base.template.html' %} {% block body %} {% include "layout/_what-it-does.html" %} {% include "layout/_security-notes.html" %} {% include "layout/_deprecated-notes.html" %} {% include "layout/_how-to-use.html" %}
export {$ doc.name $}
{%- if not doc.notYetDocumented %}{$ doc.description | trimBlankLines | marked $}{% endif %}
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } defined in {$ github.githubViewLink(doc, versionInfo) $}
{% endblock %}