1
0
mirror of https://github.com/golang/go synced 2024-11-25 14:57:57 -07:00
go/lib/godoc/dirs.html
Robert Griesemer 1ac60ddd10 - support to extract one-line package synopsis for package listings
- formatting in dirs.html is crude, needs better html (open to suggestions),
  but shows the synopsis
- many package comments should probably be adjusted such that the first
  sentence is more concise

R=rsc, iant
http://go/go-review/1025014
2009-11-07 13:17:53 -08:00

7 lines
219 B
HTML

<table class="layout">
<tr><td colspan="2"><a href="{Path|path}">{Name|html}</a></td><td width="10"></td><td>{Text|html}</td></tr>
{.repeated section Dirs}
<tr><td width="25"></td><td>{@|dir}</td></tr>
{.end}
</table>