Updated Constructor API documentation with examples.

This commit is contained in:
Ferdinand Majerech 2011-10-18 21:40:37 +02:00
parent 93b66da54c
commit 2cd2de44ff
7 changed files with 324 additions and 8 deletions

View file

@ -87,7 +87,7 @@
<tr><td valign=top>string <b>first</b></td>
<td valign=top>String of possible starting characters of the scalar.</td></tr>
</table></div>
<b>Examples:</b><div class="pbr">Resolve scalars starting with 'A' to !<b>tag</b> :
<b>Examples:</b><div class="pbr">Resolve scalars starting with 'A' to !tag :
<pre class="d_code"> <span class="d_keyword">import</span> std.regex;
<span class="d_keyword">import</span> yaml;