]> Cypherpunks repositories - gostls13.git/commit
- fix regexp once more in doc.go:
authorRobert Griesemer <gri@golang.org>
Fri, 22 May 2009 19:40:56 +0000 (12:40 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 22 May 2009 19:40:56 +0000 (12:40 -0700)
commit531e3fe311c01f8c5adb37517c3293f064880773
tree7640623792caa8890029c41b7dc9e3ae1faa8a6b
parent838cf124f02e09e3580a1671bcafa4e49fbaa012
- fix regexp once more in doc.go:
  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
src/lib/go/doc/doc.go