From 43879f44b2ce0029ce5b12535e16645aa2adeaac Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:18:53 +0100 Subject: [PATCH] comments fixed --- .../protobuf/protobuf/include/ecal/msg/protobuf/client.h | 2 +- .../protobuf/include/ecal/msg/protobuf/client_typed_response.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client.h b/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client.h index 31623696ee..4f58dc2033 100644 --- a/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client.h +++ b/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client.h @@ -121,7 +121,7 @@ namespace eCAL /** * @brief Blocking call of a service method for all matching service instances, returning typed responses. * - * @tparam ResponseT Expected protobuf response type (e.g. SFloat). + * @tparam ResponseT Expected protobuf response type. * * @param method_name_ Method name. * @param request_ Request message. diff --git a/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client_typed_response.h b/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client_typed_response.h index fcd81694f3..6bd1a15aa6 100644 --- a/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client_typed_response.h +++ b/serialization/protobuf/protobuf/include/ecal/msg/protobuf/client_typed_response.h @@ -42,7 +42,7 @@ namespace eCAL * This structure holds a typed response for a service call. The response is stored * as a smart pointer to the expected protobuf message type. * - * @tparam ResponseT The expected protobuf response type (for example, SFloat). + * @tparam ResponseT The expected protobuf response type. */ template struct TMsgServiceResponse