2015-09-16 02:21:55 -04:00
|
|
|
{% include "lib/githubLinks.html" -%}
|
2015-11-03 07:23:00 -05:00
|
|
|
{% include "lib/paramList.html" -%}
|
2015-09-16 02:21:55 -04:00
|
|
|
{% extends 'layout/base.template.html' %}
|
|
|
|
|
|
|
|
{% block body %}
|
2015-09-17 21:09:41 -04:00
|
|
|
include ../../_util-fns
|
2015-09-16 02:21:55 -04:00
|
|
|
.l-main-section
|
2015-11-03 07:23:00 -05:00
|
|
|
h2(class="variable export")
|
|
|
|
pre.prettyprint
|
|
|
|
code.
|
|
|
|
export {$ doc.name $}{$ returnType(doc.returnType) $}
|
|
|
|
|
2015-11-17 02:10:18 -05:00
|
|
|
p.location-badge.
|
|
|
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
|
|
|
defined in {$ githubViewLink(doc) $}
|
|
|
|
|
2015-11-10 13:31:46 -05:00
|
|
|
:marked
|
2015-10-17 21:52:30 -04:00
|
|
|
{%- if doc.notYetDocumented %}
|
2015-11-17 05:05:03 -05:00
|
|
|
*Not Yet Documented*
|
2015-10-17 21:52:30 -04:00
|
|
|
{% else %}
|
2015-09-17 20:51:32 -04:00
|
|
|
{$ doc.description | indentForMarkdown(4) | trimBlankLines $}
|
2015-10-17 21:52:30 -04:00
|
|
|
{% endif -%}
|
2015-09-16 02:21:55 -04:00
|
|
|
{% endblock %}
|