2015-05-19 17:29:34 -04:00
|
|
|
{% include "lib/githubLinks.html" -%}
|
2015-04-25 17:29:20 -04:00
|
|
|
{% include "lib/paramList.html" -%}
|
|
|
|
{% extends 'layout/base.template.html' -%}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
.l-main-section
|
|
|
|
h2(class="function export") {$ doc.name $}
|
|
|
|
|
2015-05-15 08:57:38 -04:00
|
|
|
{% if doc.parameters %}
|
|
|
|
pre.prettyprint
|
|
|
|
code.
|
|
|
|
{$ doc.name $}{$ paramList(doc.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $}
|
|
|
|
{% endif %}
|
2015-04-25 17:29:20 -04:00
|
|
|
|
|
|
|
p.location-badge.
|
2015-05-15 08:57:38 -04:00
|
|
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
2015-05-19 17:29:34 -04:00
|
|
|
defined in {$ githubViewLink(doc) $}
|
2015-04-25 17:29:20 -04:00
|
|
|
|
|
|
|
:markdown
|
2015-07-28 07:00:18 -04:00
|
|
|
{$ doc.description | indent(4, true) | trimBlankLines $}
|
2015-04-25 17:29:20 -04:00
|
|
|
|
|
|
|
{% endblock %}
|