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