注释名称: {{val.ctx.name|default('没有名称')}}
{% autoescape false %}
{{ val.description.full }}{% endautoescape %}
type | {% endif %}isClass | isPrivate | isEvent | isConstructor |
---|---|---|---|---|
{{val.ctx.type}} | {% endif %}{{val.isClass}} | {{val.isPrivate}} | {{val.isEvent}} | {{val.isConstructor}} |
参数 | 描述 | 类型 | 类型描述 | optional | nullable | nonNullable | variable |
---|---|---|---|---|---|---|---|
{{val_tag.type}} | {{val_tag.string}} | {{val_tag.types|join(',')}} | {% autoescape false %}{{val_tag.typesDescription}} | {% endautoescape %}{{val_tag.optional}} | {{val_tag.nullable}} | {{val_tag.nonNullable}} | {{val_tag.variable}} |
-
注释位置(link):{{val.line}},源码位置(link): {{val.codeStart}}