{{ctx.type}} {{ctx.string}}
    {{code}}
  
{{{description.summary}}}
{{#if (doxTagsOfType this 'param')}}
Parameters
{{#each (doxTagsOfType this 'param')}}
{{name}} ({{#each types}} {{this}} {{/each}})
{{description}}
{{/each}} {{/if}} {{#if (doxTagsOfType this 'return')}} {{#with (doxTag this 'return')}}
Returns
({{#each types}} {{this}} {{/each}})
{{description}}
{{/with}} {{/if}} {{#if (doxTagsOfType this 'example')}}
Examples
{{#each (doxTagsOfType this 'example')}}
{{string}}
{{/each}} {{/if}}