| commit | 529259045958cf13be098a4eac984d66b5a7d500 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Fri Jul 26 19:20:20 2013 +1000 |
| committer | David Symonds <dsymonds@golang.org> | Fri Jul 26 19:20:20 2013 +1000 |
| tree | 62d9be9def3bbcfcf4b3ad55c9cd1aa627283891 | |
| parent | 5bbe4ae0ace3f41b0e812d225c9fccbe15afa2df [diff] |
goprotobuf: Present comments in .proto files in the generated .pb.go.
This doesn't use every comment, but just the ones that I thought
would be most useful to someone reading the generated code, namely
those attached to these things:
- messages
- message fields
- enums
- enum values
R=r
CC=golang-dev
https://codereview.appspot.com/11889044