aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-11-30 13:23:34 -0800
committerGravatar GitHub <noreply@github.com>2018-11-30 13:23:34 -0800
commita9e3e4c9409646e8b4025f70f9fd3b6006f81a01 (patch)
tree8456afb8d8694612d107414ac971594f5eab84d9
parentb88dfc227cd8c9ceeb7797b3265905a93880a077 (diff)
parent32736c52c49637556898aed2b19076f297a3911a (diff)
Merge pull request #17362 from vjpai/comment_about_comments
Comment about comments
-rw-r--r--src/proto/grpc/testing/compiler_test.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/compiler_test.proto b/src/proto/grpc/testing/compiler_test.proto
index db5ca48331..9fa5590a59 100644
--- a/src/proto/grpc/testing/compiler_test.proto
+++ b/src/proto/grpc/testing/compiler_test.proto
@@ -20,6 +20,9 @@
syntax = "proto3";
// Ignored detached comment
+// The comments in this file are not meant for readability
+// but rather to test to make sure that the code generator
+// properly preserves comments on files, services, and RPCs
// Ignored package leading comment
package grpc.testing;