]> Cypherpunks repositories - gostls13.git/commit
godoc: add anchors to cmd documentation headings
authorAndrew Gerrand <adg@golang.org>
Thu, 19 Jan 2012 07:59:06 +0000 (18:59 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 19 Jan 2012 07:59:06 +0000 (18:59 +1100)
commit3358a5068a87bc25bd551698f4f0be7c5677168d
tree02c83428fcf33abb187ea34ad3451ef7f50bb03b
parentb4829c1de6ffd8581c40932da7a57dcfdd0610fb
godoc: add anchors to cmd documentation headings

Also, disable server-side generation of TOC for commands as they would
only ever show Overview. The JS does a better job (for now).

Fixes #2732.

R=gri, dsymonds
CC=golang-dev
https://golang.org/cl/5558046
doc/godocs.js
lib/godoc/package.html
src/pkg/go/doc/comment.go