From f402f89d6ff4083134a2cb3c9f6c59d67b20e10f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 25 Apr 2024 18:43:29 +0200 Subject: just_serve.proto: Cleanup of specification documentation Also aligning comments in server-side headers with the proto file documentation. --- src/buildtool/serve_api/serve_service/configuration.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/buildtool/serve_api/serve_service/configuration.hpp') diff --git a/src/buildtool/serve_api/serve_service/configuration.hpp b/src/buildtool/serve_api/serve_service/configuration.hpp index e09cf0b4..8a33b5b2 100644 --- a/src/buildtool/serve_api/serve_service/configuration.hpp +++ b/src/buildtool/serve_api/serve_service/configuration.hpp @@ -17,6 +17,8 @@ #include "justbuild/just_serve/just_serve.grpc.pb.h" +// This service can be used by the client to double-check the server +// configuration. class ConfigurationService final : public justbuild::just_serve::Configuration::Service { public: @@ -31,7 +33,7 @@ class ConfigurationService final ::justbuild::just_serve::RemoteExecutionEndpointResponse* response) -> ::grpc::Status override; - // Returns a flag signaling whether the associated remote execution + // Returns a flag signaling whether the associated remote-execution // endpoint uses the standard remote-execution protocol. // // There are no method-specific errors. -- cgit v1.2.3