Add missing Leafdoc template files (#4558)

This commit is contained in:
Benjamin Becquet 2016-05-11 14:19:53 +02:00 committed by Iván Sánchez Ortega
parent 03dc9697b6
commit 5aca1896b4
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<table><thead>
<tr>
<th>Constructor</th>
<th>Description</th>
</tr>
</thead><tbody>
{{#each documentables}}
<tr id='{{id}}'>
<td><code><b>{{name}}</b>(
{{~#each params~}}
{{#if type}}<nobr>&lt;{{{type type}}}&gt;</nobr> {{/if}}<i>{{name}}</i>
{{~#unless @last}}, {{/unless}}{{/each~}}
)</nobr></code></td>
<td>{{{markdown comments}}}</td>
</tr>
{{/each}}
</tbody></table>

View File

@ -0,0 +1,17 @@
<table><thead>
<tr>
<th>Destructor</th>
<th>Description</th>
</tr>
</thead><tbody>
{{#each documentables}}
<tr id='{{id}}'>
<td><code><b>{{name}}</b>(
{{~#each params~}}
{{#if type}}<nobr>&lt;{{{type type}}}&gt;</nobr> {{/if}}<i>{{name}}</i>
{{~#unless @last}}, {{/unless}}{{/each~}}
)</nobr></code></td>
<td>{{{markdown comments}}}</td>
</tr>
{{/each}}
</tbody></table>