fix: 翻译 API 模板

This commit is contained in:
Zhicheng WANG 2019-01-04 14:33:26 +08:00
parent b86481285a
commit 9a86efc8ea
1 changed files with 1 additions and 1 deletions

View File

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