]> Cypherpunks repositories - gostls13.git/commit
go/doc, godoc: show methods of anonymous fields
authorRobert Griesemer <gri@golang.org>
Thu, 22 Dec 2011 21:11:40 +0000 (13:11 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 22 Dec 2011 21:11:40 +0000 (13:11 -0800)
commit7ea92ddd6620cb57c90e7add369ec2b3e6c17444
tree4d865f9a89616f6f1c8a8d67418f6be5511c74ac
parentb1a287e3a1f61bcb36b3bdb7555bccd1bc104e0d
go/doc, godoc: show methods of anonymous fields

Missing: Handling of embedded interfaces.

Also, for reasons outlined in the previous CL (5500055), embedded
types have to be exported for its "inherited" methods to be visible.
This will be addressed w/ a subsequent CL.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5502059
src/pkg/go/doc/doc.go