{% include "lib/githubLinks.html" -%} {% include "lib/paramList.html" -%}

Module Overview

{% for module in doc.modules %}

{$ module.id $}{%- if module.public %} (public){% endif %}

{% for export in module.exports %}

{$ export.docType $} {$ export.name $}

{%- if export.constructorDoc %}

{$ export.constructorDoc.name $}{$ paramList(export.constructorDoc.params) $}

{% endif -%} {%- for member in export.members %}

{$ member.name $}{$ paramList(member.params) $}

{% endfor %} {% endfor %} {% endfor %}