]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: put blank lines around comment for types, etc.
authorRob Pike <r@golang.org>
Fri, 15 May 2015 20:30:42 +0000 (13:30 -0700)
committerRob Pike <r@golang.org>
Mon, 18 May 2015 19:32:14 +0000 (19:32 +0000)
commit6f7b4e893871775b74e57d5d048ff0565d32ef79
treeeafbe68465d5cee337b7cdbc1466f3006103df4b
parent362a40e37da849696e1af6874d0d5f1275a1a386
cmd/doc: put blank lines around comment for types, etc.

Better layout.

Fixes #10859.

The issue suggests rearranging so the comment comes out
after the methods. I tried this and it looks good but it is less
useful, since the stuff you're probably looking for - the methods
- are scrolled away by the comment. The most important
information should be last because that leaves it on your
screen after the print if the output is long.

Change-Id: I560f992601ccbe2293c347fa1b1018a3f5346c82
Reviewed-on: https://go-review.googlesource.com/10160
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/doc/pkg.go