Commit ec8c611b authored by Robert Griesemer's avatar Robert Griesemer

- use new css for godoc templates

- final location of files TBD

R=rsc,r
DELTA=84  (19 added, 46 deleted, 19 changed)
OCL=34758
CL=34761
parent 73e52ae9
<!--
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.
-->
{.section Dirs} {.section Dirs}
<h2>Subdirectories</h2> <h2>Subdirectories</h2>
{.repeated section @} {.repeated section @}
<a href="{Name|html}">{Name|html}</a><br /> <a href="{Name|html}">{Name|html}</a><br />
{.end} {.end}
<hr />
{.end} {.end}
{.section PDoc} {.section PDoc}
<h1>package {PackageName|html}</h1> <h1>package {PackageName|html}</h1>
...@@ -27,7 +32,6 @@ ...@@ -27,7 +32,6 @@
{.end} {.end}
{.end} {.end}
{.section Vars} {.section Vars}
<hr />
<h2>Variables</h2> <h2>Variables</h2>
{.repeated section @} {.repeated section @}
{Doc|html-comment} {Doc|html-comment}
...@@ -35,7 +39,6 @@ ...@@ -35,7 +39,6 @@
{.end} {.end}
{.end} {.end}
{.section Funcs} {.section Funcs}
<hr />
{.repeated section @} {.repeated section @}
<h2>func <a href="{Decl|link}">{Name|html}</a></h2> <h2>func <a href="{Decl|link}">{Name|html}</a></h2>
<p><code>{Decl|html}</code></p> <p><code>{Decl|html}</code></p>
...@@ -44,7 +47,6 @@ ...@@ -44,7 +47,6 @@
{.end} {.end}
{.section Types} {.section Types}
{.repeated section @} {.repeated section @}
<hr />
<h2>type <a href="{Decl|link}">{Type.Name|html}</a></h2> <h2>type <a href="{Decl|link}">{Type.Name|html}</a></h2>
{Doc|html-comment} {Doc|html-comment}
<p><pre>{Decl|html}</pre></p> <p><pre>{Decl|html}</pre></p>
...@@ -69,7 +71,6 @@ ...@@ -69,7 +71,6 @@
{.end} {.end}
{.end} {.end}
{.section Bugs} {.section Bugs}
<hr />
<h2>Bugs</h2> <h2>Bugs</h2>
{.repeated section @} {.repeated section @}
{@|html-comment} {@|html-comment}
......
<!--
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.
-->
<h1>Parse errors in {filename}</h1> <h1>Parse errors in {filename}</h1>
<pre> <pre>
{.repeated section list} {.repeated section list}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment