{% for overload in method.overloads %}
{$ renderOverloadInfo(overload, cssClass + '-overload', method) $}
@@ -161,9 +161,9 @@
-
{$ headings[0] or 'Property' $}
- {% if hasTypes %}
{$ headings[1] or 'Type' $}
{% endif %}
-
{$ headings[2] or 'Description' $}
+
{$ headings[0] or '属性名' $}
+ {% if hasTypes %}
{$ headings[1] or '类型' $}
{% endif %}
+
{$ headings[2] or '说明' $}
@@ -172,10 +172,10 @@
{$ property.name $}
{% if hasTypes %}
{% endif %}
- {%- if (property.isGetAccessor or property.isReadonly) and not property.isSetAccessor %}Read-only.{% endif %}
+ {%- if (property.isGetAccessor or property.isReadonly) and not property.isSetAccessor %}只读{% endif %}
{% if property.shortDescription %}{$ property.shortDescription | marked $}{% endif %}
{$ (property.description or property.constructorParamDoc.description) | marked $}
- {% if property.constructorParamDoc %} Declared in constructor.{% endif %}
+ {% if property.constructorParamDoc %} 声明于构造函数中{% endif %}