summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/serve_service/configuration.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-25 18:43:29 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-25 18:43:32 +0200
commitf402f89d6ff4083134a2cb3c9f6c59d67b20e10f (patch)
tree4a3bf0e5844f944e40041e229f52123dc1e16b65 /src/buildtool/serve_api/serve_service/configuration.hpp
parentbeca68227118f8adbec4395ad60647a5f9e60da5 (diff)
downloadjustbuild-f402f89d6ff4083134a2cb3c9f6c59d67b20e10f.tar.gz
just_serve.proto: Cleanup of specification documentation
Also aligning comments in server-side headers with the proto file documentation.
Diffstat (limited to 'src/buildtool/serve_api/serve_service/configuration.hpp')
-rw-r--r--src/buildtool/serve_api/serve_service/configuration.hpp4
1 files changed, 3 insertions, 1 deletions
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.