/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/dgeni/templates/interface.template.html
20 строк
601 B
Paul Gschwendtner
build: show deletion target in docs (#9648)
31 янв 2018, 21:25
31 янв 2018, 21:25
664d69e
Код
Авторство
О чём код?
{% import "macros.html" as macros %} <h4 id="{$ interface.name $}" class="docs-header-link docs-api-h4 docs-api-interface-name"> <span header-link="{$ interface.name $}"></span> <code>{$ interface.name $}</code> </h4> {%- if interface.description -%} <p class="docs-api-interface-description">{$ interface.description | marked | safe $}</p> {%- endif -%} {%- if interface.isDeprecated -%} <div class="docs-api-interface-deprecated-marker" {$ macros.deprecationTitle(interface) $}> Deprecated </div> {%- endif -%} {$ propertyList(interface.properties) $} {$ methodList(interface.methods) $}