68 lines
992 B
HTML
68 lines
992 B
HTML
|
|
<!-- Argument -->
|
|
|
|
<<a href="#[type-anchor]">[type]</a>> <i>[name]</i>
|
|
|
|
|
|
|
|
<!-- Class -->
|
|
|
|
|
|
<h2 id="[class-anchor]">[class-name]</h2>
|
|
|
|
<p>[description]</p>
|
|
|
|
<pre><code>[code-example]</code></pre>
|
|
|
|
|
|
<!-- constructor -->
|
|
|
|
<h3>Constructor</h3>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Constructor</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td><code>[constructor]( [arguments] )</code></td>
|
|
<td>[description]</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<!-- methods -->
|
|
|
|
<h3>Methods</h3>
|
|
<table>
|
|
<tr>
|
|
<th>Method</th>
|
|
<th>Returns</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td><code>[method]( [arguments] )</code></td>
|
|
<td><code>[return-type]</code></td>
|
|
<td>[description]</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<!-- options -->
|
|
|
|
<h3 id="[class-anchor]-options">Options</h3>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Option</th>
|
|
<th>Type</th>
|
|
<th>Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td><code>[name]</code></td>
|
|
<td><code>[type]</code></td>
|
|
<td><code>[default]</code></td>
|
|
<td>[description]</td>
|
|
</tr>
|
|
</table> |