From c7400f67ebd6041ad339a207d13838ed8192d2c5 Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Fri, 2 Apr 2021 18:58:39 +0000 Subject: [PATCH] Service: Minor doc adjust --- 3rd_party/marian-dev | 2 +- src/translator/service.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/3rd_party/marian-dev b/3rd_party/marian-dev index 0f0bcf996..905362f9e 160000 --- a/3rd_party/marian-dev +++ b/3rd_party/marian-dev @@ -1 +1 @@ -Subproject commit 0f0bcf99626c660227bb68b76267a8d2451e7172 +Subproject commit 905362f9edb347f496e723e4ede170fcf8f0b686 diff --git a/src/translator/service.h b/src/translator/service.h index 66ce1b085..6244f9a0a 100644 --- a/src/translator/service.h +++ b/src/translator/service.h @@ -102,9 +102,10 @@ class Service { /// /// @param [in] source: rvalue reference of the string to be translated /// @param [in] responseOptions: Options indicating whether or not to include - /// some member in the Response, also specify any additional configurable parameters. + /// some member in the Response, also specify any additional configurable + /// parameters. std::future translateWithOptions(std::string &&source, - ResponseOptions options); + ResponseOptions options); private: /// Build numTranslators number of translators with options from options