diff options
| author | Robert Griesemer <gri@golang.org> | 2009-10-01 14:08:00 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-10-01 14:08:00 -0700 |
| commit | 2402780f5fd37ffc355df81c539bdd09a526c3f9 (patch) | |
| tree | d788feee5c1fcfcf09d0ae99aef491b1270b5c04 /lib/godoc/parseerror.html | |
| parent | 28438e3dce3cdf3dab6f6e2be3f0a7e842d22593 (diff) | |
| download | golang-2402780f5fd37ffc355df81c539bdd09a526c3f9.tar.gz | |
Factored out boilerplate from all html docs in doc directory:
- the first HTML comment in those files is extracted as page
title when serving them
- lib/godoc.html is top-level template for all pages served
- experimented a bit with package documentation layout
(feedback welcome)
- various related cleanups
TODO:
- The / page (doc/root.html) content repeats links that are
in the navigation bar. It needs to be cleaned up.
R=rsc
DELTA=826 (86 added, 692 deleted, 48 changed)
OCL=35230
CL=35245
Diffstat (limited to 'lib/godoc/parseerror.html')
| -rw-r--r-- | lib/godoc/parseerror.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/godoc/parseerror.html b/lib/godoc/parseerror.html index 35d95621e..361cffe8c 100644 --- a/lib/godoc/parseerror.html +++ b/lib/godoc/parseerror.html @@ -4,7 +4,7 @@ license that can be found in the LICENSE file. --> -<h1>Parse errors in {filename}</h1> <pre> {.repeated section list} -{src}{.section msg}<b><font color=red>«{msg|html}»</font></b>{.end}{.end}</pre> +{src}{.section msg}<b><font color=red>«{msg|html}»</font></b>{.end}{.end} +</pre> |
