summaryrefslogtreecommitdiff
path: root/src/lib/go/doc/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-486/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-05-22move pretty/comment.go into go/doc.Russ Cox1-94/+9
extract comment text code out of go/doc/doc.go into comment.go. no code changes, just rearrangement. first step so i can write tests. R=gri DELTA=633 (318 added, 301 deleted, 14 changed) OCL=29269 CL=29293
2009-05-22- fix regexp once more in doc.go:Robert Griesemer1-1/+1
comment markers must only be stripped if they are at the very beginning otherwise comments that contain code with comments get screwed up (the ast delivers clean comments with no junk before or after) - fix indentation in google/net/rpc/rpc.go which screwed up godoc formatting R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=29223 CL=29267
2009-05-21fix regexp to strip comment markersRobert Griesemer1-1/+1
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29221 CL=29221
2009-05-11A couple of godoc improvements:Robert Griesemer1-8/+17
- sort directories before printing - apply filtering to factory functions and methods - remove a couple of unused files R=r DELTA=84 (34 added, 40 deleted, 10 changed) OCL=28657 CL=28657
2009-05-05new dir structure for lib/goRobert Griesemer1-0/+562
R=r DELTA=9298 (4760 added, 4536 deleted, 2 changed) OCL=28317 CL=28317