build(docs-infra): only show name in 'inherited from' section (#26387)

Closes #26181

PR Close #26387
This commit is contained in:
Pete Bacon Darwin 2018-10-11 07:58:07 +01:00 committed by Miško Hevery
parent 7777a99fe5
commit ea20ae63d0
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
{% set nonInternalMembers = ancestor.doc[collectionName] | filterByPropertyValue('internal', undefined) %}
{% if nonInternalMembers.length -%}
<section class="inherited-members-list">
<h3>Inherited from <code>{$ ancestor.doc.id $}</code></h3>
<h3>Inherited from <code><a class="code-anchor" href="{$ ancestor.doc.path $}">{$ ancestor.doc.name $}</a></code></h3>
<ul>
{% for member in nonInternalMembers %}
<li>