]> Cypherpunks repositories - gostls13.git/commit
godoc: move overview before API TOC
authorRuss Cox <rsc@golang.org>
Thu, 26 Jan 2012 18:02:03 +0000 (13:02 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 26 Jan 2012 18:02:03 +0000 (13:02 -0500)
commit71b1c6d3c98b0f34070be4c8f5e9d4c0cb2731ac
tree74d5bbb0bfae1c9140ec1818583d683d61a5b898
parent32d7a7364f10b652c36e1515623586d0db82ef20
godoc: move overview before API TOC

Compare:
http://swtch.com/junk/regexp0.html [old]
http://swtch.com/junk/regexp.html [new]

Especially for packages with large APIs, this makes the
overview more promiment, so that it can give the appropriate
context for reading the API list.  This should help significantly
in packages with large APIs, like net, so that the first thing users
see is not a jumble of functions but an introduction to the package.

R=adg, gri, r, kevlar, dsymonds, rogpeppe
CC=golang-dev
https://golang.org/cl/5573068
lib/godoc/package.html