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