go/doc: first steps towards cleaning up go/doc
- separated exported data structures from doc reader by extracting all exported data structures into doc.go and moving the implementation into reader.go - added missing documentation comments - no API or semantic changes (but moved positions of PackageDoc.Doc and TypeDoc.Decl field up for consistency) - runs all tests R=golang-dev, r CC=golang-dev https://golang.org/cl/5527063
Showing
This diff is collapsed.
src/pkg/go/doc/reader.go
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment