2009-09-17 17:04:51 -07:00
|
|
|
<!--
|
|
|
|
|
Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
|
Use of this source code is governed by a BSD-style
|
|
|
|
|
license that can be found in the LICENSE file.
|
|
|
|
|
-->
|
|
|
|
|
|
2009-06-16 09:14:06 -07:00
|
|
|
{.section PDoc}
|
2009-10-01 14:08:00 -07:00
|
|
|
<!-- PackageName is printed as title by the top-level template -->
|
2009-11-03 19:40:26 -08:00
|
|
|
{.section IsPkg}
|
|
|
|
|
<p><code>import "{ImportPath|html}"</code></p>
|
|
|
|
|
{.end}
|
2009-06-16 09:14:06 -07:00
|
|
|
{Doc|html-comment}
|
2009-11-03 19:40:26 -08:00
|
|
|
{.section IsPkg}
|
|
|
|
|
{.section Filenames}
|
|
|
|
|
<p>
|
|
|
|
|
<h4>Package files</h4>
|
|
|
|
|
<span style="font-size:90%">
|
|
|
|
|
{.repeated section @}
|
2010-02-16 11:20:55 -08:00
|
|
|
<a href="{@|url-src}">{@|localname}</a>
|
2009-11-03 19:40:26 -08:00
|
|
|
{.end}
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
2009-07-30 18:13:55 -07:00
|
|
|
{.end}
|
|
|
|
|
{.end}
|
2009-06-16 09:14:06 -07:00
|
|
|
{.section Consts}
|
2009-11-16 15:25:16 -08:00
|
|
|
<h2 id="Constants">Constants</h2>
|
2009-06-16 09:14:06 -07:00
|
|
|
{.repeated section @}
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
|
|
|
|
{.section Vars}
|
2009-11-16 15:25:16 -08:00
|
|
|
<h2 id="Variables">Variables</h2>
|
2009-06-16 09:14:06 -07:00
|
|
|
{.repeated section @}
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
|
|
|
|
{.section Funcs}
|
|
|
|
|
{.repeated section @}
|
2010-02-16 11:20:55 -08:00
|
|
|
<h2 id="{Name|html-esc}">func <a href="{Decl|url-pos}">{Name|html}</a></h2>
|
2009-06-16 09:14:06 -07:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
|
|
|
|
{.section Types}
|
|
|
|
|
{.repeated section @}
|
2010-02-16 11:20:55 -08:00
|
|
|
<h2 id="{Type.Name|html-esc}">type <a href="{Decl|url-pos}">{Type.Name|html}</a></h2>
|
2009-06-16 09:14:06 -07:00
|
|
|
{Doc|html-comment}
|
|
|
|
|
<p><pre>{Decl|html}</pre></p>
|
2009-08-31 10:47:34 -07:00
|
|
|
{.repeated section Consts}
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
|
{.end}
|
|
|
|
|
{.repeated section Vars}
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
|
{.end}
|
2009-06-16 09:14:06 -07:00
|
|
|
{.repeated section Factories}
|
2010-02-16 11:20:55 -08:00
|
|
|
<h3 id="{Type.Name|html-esc}.{Name|html-esc}">func <a href="{Decl|url-pos}">{Name|html}</a></h3>
|
2009-06-16 09:14:06 -07:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
{.end}
|
|
|
|
|
{.repeated section Methods}
|
2010-02-16 11:20:55 -08:00
|
|
|
<h3 id="{Type.Name|html-esc}.{Name|html-esc}">func ({Recv|html}) <a href="{Decl|url-pos}">{Name|html}</a></h3>
|
2009-06-16 09:14:06 -07:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
|
{Doc|html-comment}
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
2009-07-09 16:38:17 -07:00
|
|
|
{.section Bugs}
|
2009-11-16 15:25:16 -08:00
|
|
|
<h2 id="Bugs">Bugs</h2>
|
2009-07-09 16:38:17 -07:00
|
|
|
{.repeated section @}
|
|
|
|
|
{@|html-comment}
|
|
|
|
|
{.end}
|
|
|
|
|
{.end}
|
2009-06-16 09:14:06 -07:00
|
|
|
{.end}
|
2009-10-01 14:08:00 -07:00
|
|
|
{.section Dirs}
|
2009-11-16 15:25:16 -08:00
|
|
|
<h2 id="Subdirectories">Subdirectories</h2>
|
2009-11-08 16:47:32 -08:00
|
|
|
<p>
|
|
|
|
|
<table class="layout">
|
|
|
|
|
<tr>
|
2010-01-13 15:18:56 -08:00
|
|
|
<th align="left" colspan="{MaxHeight|html-esc}">Name</th>
|
2009-11-08 16:47:32 -08:00
|
|
|
<td width="25"> </td>
|
|
|
|
|
<th align="left">Synopsis</th>
|
|
|
|
|
</tr>
|
2009-11-09 23:22:04 -08:00
|
|
|
<tr>
|
|
|
|
|
<th align="left"><a href="..">..<a></th>
|
|
|
|
|
</tr>
|
2009-11-08 16:47:32 -08:00
|
|
|
{.repeated section List}
|
|
|
|
|
<tr>
|
|
|
|
|
{Depth|padding}
|
2010-01-13 15:18:56 -08:00
|
|
|
<td align="left" colspan="{Height|html-esc}"><a href="{Path|html-esc}">{Name|html}<a></td>
|
2009-11-08 16:47:32 -08:00
|
|
|
<td></td>
|
|
|
|
|
<td align="left">{Synopsis|html}</td>
|
|
|
|
|
</tr>
|
2009-10-01 14:08:00 -07:00
|
|
|
{.end}
|
2009-11-08 16:47:32 -08:00
|
|
|
</table>
|
|
|
|
|
</p>
|
2009-10-01 14:08:00 -07:00
|
|
|
{.end}
|