blob: f0fa3ebd2f57db75059b9c155d898d5e9d295170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<table>
<tr><th>Name</th><th>Description</th>{{?is_stable}}<th>Since</th>{{/}}</tr>
{{#a:apis}}
<tr>
<td><a href="{{a.name}}">{{a.name}}</a></td>
<td>{{{a.description}}}</td>
{{?is_stable}}
<td>{{a.version}}</td>
{{/is_stable}}
</tr>
{{/apis}}
</table>
|