源文件名:{{fileNameObject.fileHasExtname}}

源文件路径:{{sourceProjectPath}}

生成文件名:{{fileNameObject.generateFile}}

生成文件路径:{{generateProjectPath}}

锚点:

{% for key, val in content %} {% if !val.ignore %}

注释名称: {{val.ctx.name|default('没有名称')}}

{% autoescape false %}
                                {{ val.description.full }}
                            
{% endautoescape %}
{% if val.ctx.type %} {% endif %} {% if val.ctx.type %} {% endif %}
typeisClass isPrivate isEvent isConstructor
{{val.ctx.type}}{{val.isClass}} {{val.isPrivate}} {{val.isEvent}} {{val.isConstructor}}
{% if val.tags.length > 0 %}
{% for key, val_tag in val.tags|reverse %} {% if val_tag %} {% autoescape false %} {% endautoescape %} {% endif %} {% endfor %}
参数 描述 类型 类型描述 optional nullable nonNullable variable
{{val_tag.type}} {{val_tag.string}} {{val_tag.types|join(',')}}{{val_tag.typesDescription}}{{val_tag.optional}} {{val_tag.nullable}} {{val_tag.nonNullable}} {{val_tag.variable}}
{% endif %}
注释位置(link):{{val.line}},源码位置(link): {{val.codeStart}}
{% endif %} {% endfor %}