]> Cypherpunks repositories - gostls13.git/commit
godoc: add URL mode m=methods
authorRobert Griesemer <gri@golang.org>
Mon, 30 Jan 2012 22:07:50 +0000 (14:07 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 30 Jan 2012 22:07:50 +0000 (14:07 -0800)
commitff451e8670cff9f825706b193657c8b2129310f8
tree898337fd268ce8f799a1f44e56019f6c92d8c02f
parent260db6ea5a3dbf12a95fd438704e01cae42e3f56
godoc: add URL mode m=methods

If set, all methods are shown, not just those
of non-exported anonynous fields.

This change will only become functional once
CL 5576057 is submitted.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5599048
src/cmd/godoc/doc.go
src/cmd/godoc/godoc.go