{{#unless inherited}}
/**
 * {{{description}}}
 * @function
 * @name {{name}}
 * {{#if exported}}@alias {{exported}}{{/if}}
 * {{#if parent}}@memberof {{parent.longname}}{{/if}}
 * {{#if inner}}@inner{{/if}}
 * {{#unless parent.namespace}}{{#if static}}@static{{/if}}{{/unless}}
{{> params-table}}
 * {{#if returns.type.names}}@returns {{>type returns}} {{{returns.description}}}{{/if}}
 */
{{/unless}}
