Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
453 B
19 lines
453 B
2 years ago
|
<table><thead>
|
||
|
<tr>
|
||
|
<th>Method</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~}}
|
||
|
)</nobr></code></td>
|
||
|
<td><code>{{{type type}}}</code></td>
|
||
|
<td>{{{rawmarkdown comments}}}</td>
|
||
|
</tr>
|
||
|
{{/each}}
|
||
|
</tbody></table>
|