aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/ext/proto_server_reflection_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/ext/proto_server_reflection_plugin.h')
-rw-r--r--include/grpc++/ext/proto_server_reflection_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/ext/proto_server_reflection_plugin.h b/include/grpc++/ext/proto_server_reflection_plugin.h
index 66f39eb876..6497bba905 100644
--- a/include/grpc++/ext/proto_server_reflection_plugin.h
+++ b/include/grpc++/ext/proto_server_reflection_plugin.h
@@ -59,8 +59,8 @@ class ProtoServerReflectionPlugin : public ::grpc::ServerBuilderPlugin {
std::shared_ptr<grpc::ProtoServerReflection> reflection_service_;
};
-// Add proto reflection plugin to ServerBuilder. This function should be called
-// at the static initialization time.
+/// Add proto reflection plugin to ServerBuilder. This function should be called
+/// at the static initialization time.
void InitProtoReflectionServerBuilderPlugin();
} // namespace reflection