30 lines
372 B
Handlebars
30 lines
372 B
Handlebars
{{#if (showMainIndex)~}}
|
|
{{>module-index~}}
|
|
{{>global-index~}}
|
|
{{/if~}}
|
|
{{#orphans ~}}
|
|
|
|
{{>heading-indent}}{{>sig-name}}
|
|
|
|
{{>description~}}
|
|
|
|
**Params**
|
|
{{>params~}}
|
|
|
|
{{>properties~}}
|
|
|
|
{{#examples}}
|
|
**Example**
|
|
{{#if caption}} *({{caption}})* {{else}} {{/if}}
|
|
{{{inlineLinks example}}}
|
|
{{/examples}}
|
|
|
|
{{>member-index~}}
|
|
|
|
{{>separator~}}
|
|
|
|
{{>members~}}
|
|
|
|
{{/orphans~}}
|
|
---
|