mirror of https://gitee.com/openkylin/doxygen.git
17 lines
289 B
Smarty
17 lines
289 B
Smarty
{# inputs: page, list #}
|
|
{% extend 'htmlbase.tpl' %}
|
|
|
|
{% block content %}
|
|
<div class="contents">
|
|
<div class="textblock">
|
|
{% if section=='' and letter=='' %}
|
|
{{ tr.classMembersDescription }}
|
|
{% endif %}
|
|
|
|
{% include 'htmlmemberindex.tpl' %}
|
|
|
|
</div>
|
|
</div><!-- contents -->
|
|
{% endblock %}
|
|
|