Clarify the comments

pull/6181/head
yang-g 9 years ago
parent b01e013e9f
commit 8282b755a2
  1. 8
      src/proto/grpc/testing/compiler_test.proto
  2. 1
      test/cpp/codegen/compiler_test_golden

@ -31,10 +31,12 @@
// File detached comment 2
// File leading comment 1
// Syntax leading comment 1
syntax = "proto3";
// File leading comment 2
// File detached comment 3
// Package leading comment 1
package grpc.testing;
message Request {
@ -48,8 +50,6 @@ message Response {
// ServiceA leading comment 1
service ServiceA {
// MethodA1 detached comment 1
// MethodA1 leading comment 1
rpc MethodA1(Request) returns (Response); // MethodA1 trailing comment 1

@ -172,7 +172,6 @@ class ServiceA GRPC_FINAL {
}
};
};
// MethodA1 detached comment 1
// ServiceB leading comment 1
class ServiceB GRPC_FINAL {

Loading…
Cancel
Save