diff options
| author | Robert Griesemer <gri@golang.org> | 2009-09-17 17:04:51 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-09-17 17:04:51 -0700 |
| commit | b91d2f0a0e05b9c627a137a16e57adddbada3a9f (patch) | |
| tree | 3951f30429cda307496b6c9c928d42d8fe843e65 | |
| parent | af880598dc7b2ccb35212095f6a64ed4d0d66796 (diff) | |
| download | golang-b91d2f0a0e05b9c627a137a16e57adddbada3a9f.tar.gz | |
- 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
| -rw-r--r-- | lib/godoc/package.html | 11 | ||||
| -rw-r--r-- | lib/godoc/parseerror.html | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/lib/godoc/package.html b/lib/godoc/package.html index a14398aa2..1b577229c 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -1,9 +1,14 @@ +<!-- + 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} <h2>Subdirectories</h2> {.repeated section @} <a href="{Name|html}">{Name|html}</a><br /> {.end} - <hr /> {.end} {.section PDoc} <h1>package {PackageName|html}</h1> @@ -27,7 +32,6 @@ {.end} {.end} {.section Vars} - <hr /> <h2>Variables</h2> {.repeated section @} {Doc|html-comment} @@ -35,7 +39,6 @@ {.end} {.end} {.section Funcs} - <hr /> {.repeated section @} <h2>func <a href="{Decl|link}">{Name|html}</a></h2> <p><code>{Decl|html}</code></p> @@ -44,7 +47,6 @@ {.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> @@ -69,7 +71,6 @@ {.end} {.end} {.section Bugs} - <hr /> <h2>Bugs</h2> {.repeated section @} {@|html-comment} diff --git a/lib/godoc/parseerror.html b/lib/godoc/parseerror.html index 4d12425e4..35d95621e 100644 --- a/lib/godoc/parseerror.html +++ b/lib/godoc/parseerror.html @@ -1,3 +1,9 @@ +<!-- + 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> <pre> {.repeated section list} |
