{# inputs: memberListInfo #} {% if memberListInfo %} {% if memberListInfo.members %}
{% endif %}
| {% spaceless %} {% for label in member.labels %} {{ label }} {% endfor %}{% endspaceless %} |
{% spaceless %} {% if compound.language=='java' or compound.language=='idl' %} import " {% else %} #include < {% endif %} {% with obj=member.file text=member.file.bareName %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% if compound.language=='java' or compound.language=='idl' %}" {% else %}> {% endif %} {% endspaceless %}
{% endif %} {# multi-line initializer #} {% if member.hasMultiLineInitializer %} {% if member.isDefine %}{{ tr.defineValue }}{% else %}{{ tr.initialValue }}{% endif %}{{ member.brief }}
{% endif %} {# detailed description #} {# TODO: VHDL #} {{ member.details }} {# inbody description #} {{ member.inbodyDocs }} {# argument list #} {{ member.paramDocs }} {# enum values #} {% if member.isEnumeration and member.enumValues|length>0 %}{{ tr.enumValues }} | |
---|---|
{{ enumVal.name }} | {{ enumVal.brief }}{{ enumVal.details }} |
{% markers mem in member.reimplements with tr.reimplements %} {% with obj=mem text=mem.class.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {% if member.implements %}{% markers mem in member.implements with tr.implements %} {% with obj=mem text=mem.class.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {# reimplementedBy #} {% if member.reimplementedBy %}{% markers mem in member.reimplementedBy with tr.reimplementedBy:member.reimplementedBy|length %} {% with obj=mem text=mem.class.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {% if member.implementedBy %}{% markers mem in member.implementedBy with tr.implementedBy:member.implementedBy|length %} {% with obj=mem text=mem.class.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {# category relation #} {% if member.class and member.categoryRelation %} {% if member.category %}{% markers mem in member.categoryRelation|list with tr.providedByCategory %} {% with obj=mem text=member.category.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% elif member.class.categoryOf %}{% markers mem in member.categoryRelation|list with tr.extendsClass %} {% with obj=mem text=member.class.categoryOf.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {% endif %} {# examples #} {% if member.examples %}{% markers mem in member.sourceRefs with tr.sourceRefs:member.sourceRefs|length %} {% if mem.sourceDef and config.REFERENCES_LINK_SOURCE %} {% with obj=mem.sourceDef.0 text=mem.name|append:mem.functionQualifier %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% else %} {% with obj=mem text=mem.name|append:mem.functionQualifier %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endif %} {% endmarkers %}
{% endif %} {# source refs by #} {% if member.sourceRefBys|length>0%}{% markers mem in member.sourceRefBys with tr.sourceRefBys:member.sourceRefBys|length %} {% if mem.sourceDef and config.REFERENCES_LINK_SOURCE %} {% with obj=mem.sourceDef.0 text=mem.name|append:mem.functionQualifier %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% else %} {% with obj=mem text=mem.name|append:mem.functionQualifier %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endif %} {% endmarkers %}
{% endif %} {# inline code #} {% if member.hasSources and config.INLINE_SOURCES %}