{{!-- MemLab Change --}}
{{!-- {{#if implementationOf}}
 * **Implementation Of**: {{#with implementationOf}}`{{typeAndParent}}`{{/with}}
{{/if}}
{{#if inheritedFrom}}
 * **Inherited From**: {{#with inheritedFrom}}`{{{typeAndParent}}}`{{/with}}
{{/if}}
{{#if overwrites}}
 * **Overrides**: {{#with overwrites}}`{{typeAndParent}}`{{/with}}
{{/if}} --}}
{{#if sources}}
 * **Source**:
{{#each sources}}
{{#if url}}
    * [{{fileName}}:{{line}}]({{url}})
{{else}}
    * {{fileName}}:{{line}}
{{/if}}
{{/each}}
{{/if}}
