mirror of
https://github.com/golang/go
synced 2024-11-13 17:30:24 -07:00
178089056e
- emit line tag id's in html mode - support for general html tags - better names for a few identifiers godoc.go: - emit links from exported names to source code (actual placement needs fine-tuning) R=rsc DELTA=108 (68 added, 4 deleted, 36 changed) OCL=32639 CL=32654
71 lines
1.5 KiB
HTML
71 lines
1.5 KiB
HTML
{.section Dirs}
|
|
<h2>Subdirectories</h2>
|
|
{.repeated section @}
|
|
<a href="{Name|html}">{Name|html}</a><br />
|
|
{.end}
|
|
<hr />
|
|
{.end}
|
|
{.section PDoc}
|
|
<h1>package {PackageName|html}</h1>
|
|
<p><code>import "{ImportPath|html}"</code></p>
|
|
{Doc|html-comment}
|
|
{.section Filenames}
|
|
<p>
|
|
<h4>Package files</h4>
|
|
<font size=-1>
|
|
{.repeated section @}
|
|
<a href="/{FilePath|html}/{@|html}">{@|html}</a>
|
|
{.end}
|
|
</font>
|
|
</p>
|
|
{.end}
|
|
{.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 @}
|
|
<h2>func <a href="{Decl|link}">{Name|html}</a></h2>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.end}
|
|
{.section Types}
|
|
{.repeated section @}
|
|
<hr />
|
|
<h2>type <a href="{Decl|link}">{Type.Name|html}</a></h2>
|
|
{Doc|html-comment}
|
|
<p><pre>{Decl|html}</pre></p>
|
|
{.repeated section Factories}
|
|
<h3>func <a href="{Decl|link}">{Name|html}</a></h3>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.repeated section Methods}
|
|
<h3>func ({Recv|html}) <a href="{Decl|link}">{Name|html}</a></h3>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.end}
|
|
{.end}
|
|
{.section Bugs}
|
|
<hr />
|
|
<h2>Bugs</h2>
|
|
{.repeated section @}
|
|
{@|html-comment}
|
|
{.end}
|
|
{.end}
|
|
{.end}
|