diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-07 13:17:53 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-07 13:17:53 -0800 |
commit | c5d1ab2aed7adb17e46a6ec9c4adbb5984c29740 (patch) | |
tree | 90c162eb069a581b93c324f0e4946e8ecea0c13d /lib/godoc | |
parent | 5189ea90c09777ac51fc5e8d6e679d955b0a757d (diff) | |
download | golang-c5d1ab2aed7adb17e46a6ec9c4adbb5984c29740.tar.gz |
- 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
Diffstat (limited to 'lib/godoc')
-rw-r--r-- | lib/godoc/dirs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/godoc/dirs.html b/lib/godoc/dirs.html index 3a0b5b396..394f2df3c 100644 --- a/lib/godoc/dirs.html +++ b/lib/godoc/dirs.html @@ -1,5 +1,5 @@ <table class="layout"> -<tr><td colspan="2"><a href="{Path|path}">{Name|html}</a></td></tr> +<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} |