*: fix protodoc, consistent casing in api doc

There was a bug in protodoc.
This changes git SHA to use the latest protodoc.
And make the letter casing consistent with original
Protocol Buffer. Go capitalizes the member variables,
but the protocol buffer documentation should be same as
original proto files.
This commit is contained in:
Gyu-Ho Lee
2016-05-12 16:23:29 -07:00
parent fb65d04291
commit b1f95c314b
4 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ done
if [ "$1" = "-g" ]; then
echo "protodoc is auto-generating grpc API reference documentation..."
go get -v -u github.com/coreos/protodoc
SHA_PROTODOC="58fed2ed069a962509b782b25f48d3e05146c3d9"
SHA_PROTODOC="150f6f93d89aedb208f443d38f50bb03abbc9290"
PROTODOC_PATH="${GOPATH}/src/github.com/coreos/protodoc"
pushd "${PROTODOC_PATH}"
git reset --hard "${SHA_PROTODOC}"