<#if isSubtypes>
Subtypes of ${elementDisplayName?replace("&", "&")?replace("<", "<")}:
<#else>
Overriders of ${elementDisplayName?replace("&", "&")?replace("<", "<")} found in the following classes:
#if>
<#list results as rootResults>
- ${rootResults.rootDisplayName?replace("&", "&")?replace("<", "<")}
<#list rootResults.implementors as implementor>
${implementor.class}
#list>
#list>