update docs snippets

This commit is contained in:
Vladimir Agafonkin 2012-07-19 11:39:36 +03:00
parent 726213e701
commit 92e9d43071

View File

@ -1,13 +1,12 @@
<!-- Snippets to use for docs -->
<!-- Argument -->
&lt;<a href="#[type-anchor]">[type]</a>&gt;&nbsp;<i>[name]</i>
<nobr>&lt;<a href="#foo">Foo</a>&gt; <i>name</i></nobr>
<!-- Class -->
<h2 id="[class-anchor]">[class-name]</h2>
<p>[description]</p>
@ -22,10 +21,15 @@
<table>
<tr>
<th>Constructor</th>
<th>Usage</th>
<th>Description</th>
</tr>
<tr>
<td><code>[constructor]( [arguments]&nbsp;)</code></td>
<td class="factory-usage">
<code><span class='keyword'>new</span> L.Map(<span class="comment">&hellip;</span>)</code><br />
<code>L.map(<span class="comment">&hellip;</span>)</code>
</td>
<td>[description]</td>
</tr>
</table>
@ -41,7 +45,7 @@
<th>Description</th>
</tr>
<tr>
<td><code>[method]( [arguments]&nbsp;)</code></td>
<td><code><b>[method]</b>( <nobr>argument</nobr>, <nobr>argument )</nobr></code></td>
<td><code>[return-type]</code></td>
<td>[description]</td>
</tr>
@ -60,9 +64,9 @@
<th>Description</th>
</tr>
<tr>
<td><code>[name]</code></td>
<td><code><b>[name]</b></code></td>
<td><code>[type]</code></td>
<td><code>[default]</code></td>
<td>[description]</td>
</tr>
</table>
</table>