aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/generator_helpers.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-04-25 15:31:39 -0700
committerGravatar yang-g <yangg@google.com>2016-04-25 15:31:39 -0700
commit57d1e082689c96e2721122748b08583d6b63d394 (patch)
treea1f2527f4c732453d85310a511d686a3537af7a3 /src/compiler/generator_helpers.h
parentc3e1f6368354c1b9af02e29cf5e5bc9d90b4eb57 (diff)
resolve comments
Diffstat (limited to 'src/compiler/generator_helpers.h')
-rw-r--r--src/compiler/generator_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/generator_helpers.h b/src/compiler/generator_helpers.h
index 4e32e76a05..93bf3b85d3 100644
--- a/src/compiler/generator_helpers.h
+++ b/src/compiler/generator_helpers.h
@@ -258,7 +258,7 @@ inline grpc::string GenerateCommentsWithPrefix(
// Get leading or trailing comments in a string. Comment lines start with "// ".
// Leading detached comments are put in in front of leading comments.
template <typename DescriptorType>
-inline grpc::string GetComments(const DescriptorType *desc, bool leading) {
+inline grpc::string GetCppComments(const DescriptorType *desc, bool leading) {
std::vector<grpc::string> out;
if (leading) {
grpc_generator::GetComment(