]> Cypherpunks repositories - gostls13.git/commitdiff
- use new css for godoc templates
authorRobert Griesemer <gri@golang.org>
Fri, 18 Sep 2009 00:04:51 +0000 (17:04 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 18 Sep 2009 00:04:51 +0000 (17:04 -0700)
- final location of files TBD

R=rsc,r
DELTA=84  (19 added, 46 deleted, 19 changed)
OCL=34758
CL=34761

lib/godoc/package.html
lib/godoc/parseerror.html

index a14398aa21857c41896e96252edf50aeee26a8aa..1b577229cab02fb290f7866e6956340e32eda0f0 100644 (file)
@@ -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}
index 4d12425e4875f55c291e5c4d21381aecf90d6fba..35d95621edbeb106f22c0dacda64fb3ab43d3660 100644 (file)
@@ -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}