mirror of
https://github.com/golang/go
synced 2024-11-12 07:10:22 -07:00
53440da835
- 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
11 lines
277 B
HTML
11 lines
277 B
HTML
<!--
|
|
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.
|
|
-->
|
|
|
|
<pre>
|
|
{.repeated section list}
|
|
{src}{.section msg}<b><font color=red>«{msg|html}»</font></b>{.end}{.end}
|
|
</pre>
|