/
githubmirror
/
Leaflet
Обзор
Документация
Войти
/
githubmirror
/
Leaflet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
build/leafdoc-templates/function.hbs
19 строк
445 B
Simon Legner
leafdoc: fix invalid HTML code (#6757)
14 авг 2019, 11:38
14 авг 2019, 11:38
87326cd
Код
Авторство
О чём код?
<table><thead> <tr> <th>Function</th> <th>Returns</th> <th>Description</th> </tr> </thead><tbody> {{#each documentables}} <tr id='{{id}}'> <td><code><b>{{name}}</b>( {{~#each params~}} {{#if type}}<nobr><{{{type type}}}></nobr> {{/if}}<i>{{name}}</i> {{~#unless @last}}, {{/unless}}{{/each~}} )</code></td> <td><code>{{{type type}}}</code></td> <td>{{{markdown comments}}}</td> </tr> {{/each}} </tbody></table>