Leaflet/reference-tpl.html
2012-02-26 13:45:44 +02:00

68 lines
992 B
HTML

<!-- Argument -->
&lt;<a href="#[type-anchor]">[type]</a>&gt;&nbsp;<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]&nbsp;)</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]&nbsp;)</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>