]> Cypherpunks repositories - gostls13.git/commit
godoc: don't throw away function documentation
authorRobert Griesemer <gri@golang.org>
Fri, 5 Mar 2010 18:13:58 +0000 (10:13 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Mar 2010 18:13:58 +0000 (10:13 -0800)
commit9a65a06e37c0a2fb796296c286275ba4553ad1e7
tree8e99df2c7216f94cfdcd8be2d03e604ce5c90eee
parente8a049b44082ea383af1332c8ccaec870c83c128
godoc: don't throw away function documentation
if there are multiple functions (for a package, type)
with the same name

Fixes #642.

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