commit | 7e8b504e3f25c28f934b8a5ab6b1215c25aed5b1 | [log] [tgz] |
---|---|---|
author | nmittler <nathanmittler@google.com> | Fri Apr 15 12:52:00 2016 -0700 |
committer | nmittler <nathanmittler@google.com> | Fri Apr 22 13:23:17 2016 -0700 |
tree | 77429f99eab6141689df85cd70facf486daeb67c | |
parent | 00f8f349b2b5d60caf231bba870842b70ccf3ae9 [diff] [blame] |
Add javadoc to grpc codegen based on proto docs Fixes #1612
diff --git a/compiler/src/testLite/proto/test.proto b/compiler/src/testLite/proto/test.proto index fb2e3e7..d2a1fd5 100644 --- a/compiler/src/testLite/proto/test.proto +++ b/compiler/src/testLite/proto/test.proto
@@ -24,6 +24,7 @@ message StreamingOutputCallResponse { } +// Test service that supports all call types. service TestService { // One request followed by one response. // The server returns the client payload as-is.