]> Cypherpunks repositories - gostls13.git/commit
godoc: documentation for all (not just exported) declarations
authorRobert Griesemer <gri@golang.org>
Thu, 6 Oct 2011 23:06:23 +0000 (16:06 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 6 Oct 2011 23:06:23 +0000 (16:06 -0700)
commita64b2699c4b9a5bbf73bade7cdc89aca6de57f55
treeedd7a05366e25254e7b10aefba7b9c473314551d
parentba4fea931f760ea16455f9b941c80318e4797279
godoc: documentation for all (not just exported) declarations

Removed the URL form parameter "f=text" in favor of a more
flexible mode parameter "m" which now accepts a list of mode
flags as documented in doc.go.

Fixes #1784.

R=rsc
CC=golang-dev
https://golang.org/cl/5227041
src/cmd/godoc/doc.go
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go