2009-06-16 10:14:06 -06:00
|
|
|
{.section Dirs}
|
|
|
|
<h2>Subdirectories</h2>
|
|
|
|
{.repeated section @}
|
2009-07-30 19:13:55 -06:00
|
|
|
<a href="{Name|html}">{Name|html}</a><br />
|
2009-06-16 10:14:06 -06:00
|
|
|
{.end}
|
|
|
|
<hr />
|
|
|
|
{.end}
|
|
|
|
{.section PDoc}
|
|
|
|
<h1>package {PackageName|html}</h1>
|
|
|
|
<p><code>import "{ImportPath|html}"</code></p>
|
|
|
|
{Doc|html-comment}
|
2009-07-30 19:13:55 -06:00
|
|
|
{.section Filenames}
|
|
|
|
<p>
|
|
|
|
<h4>Package files</h4>
|
|
|
|
<font size=-1>
|
|
|
|
{.repeated section @}
|
|
|
|
<a href="/{FilePath|html}/{@|html}">{@|html}</a>
|
|
|
|
{.end}
|
|
|
|
</font>
|
|
|
|
</p>
|
|
|
|
{.end}
|
2009-06-16 10:14:06 -06:00
|
|
|
{.section Consts}
|
|
|
|
<h2>Constants</h2>
|
|
|
|
{.repeated section @}
|
|
|
|
{Doc|html-comment}
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.section Vars}
|
|
|
|
<hr />
|
|
|
|
<h2>Variables</h2>
|
|
|
|
{.repeated section @}
|
|
|
|
{Doc|html-comment}
|
|
|
|
<pre>{Decl|html}</pre>
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.section Funcs}
|
|
|
|
<hr />
|
|
|
|
{.repeated section @}
|
2009-08-03 10:53:00 -06:00
|
|
|
<h2>func <a href="{Decl|link}">{Name|html}</a></h2>
|
2009-06-16 10:14:06 -06:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
{Doc|html-comment}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.section Types}
|
|
|
|
{.repeated section @}
|
|
|
|
<hr />
|
2009-08-03 10:53:00 -06:00
|
|
|
<h2>type <a href="{Decl|link}">{Type.Name|html}</a></h2>
|
2009-06-16 10:14:06 -06:00
|
|
|
{Doc|html-comment}
|
|
|
|
<p><pre>{Decl|html}</pre></p>
|
2009-08-31 11:47:34 -06: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 10:14:06 -06:00
|
|
|
{.repeated section Factories}
|
2009-08-03 10:53:00 -06:00
|
|
|
<h3>func <a href="{Decl|link}">{Name|html}</a></h3>
|
2009-06-16 10:14:06 -06:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
{Doc|html-comment}
|
|
|
|
{.end}
|
|
|
|
{.repeated section Methods}
|
2009-08-03 10:53:00 -06:00
|
|
|
<h3>func ({Recv|html}) <a href="{Decl|link}">{Name|html}</a></h3>
|
2009-06-16 10:14:06 -06:00
|
|
|
<p><code>{Decl|html}</code></p>
|
|
|
|
{Doc|html-comment}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
2009-07-09 17:38:17 -06:00
|
|
|
{.section Bugs}
|
|
|
|
<hr />
|
|
|
|
<h2>Bugs</h2>
|
|
|
|
{.repeated section @}
|
|
|
|
{@|html-comment}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
2009-06-16 10:14:06 -06:00
|
|
|
{.end}
|