Skip to content

Commit

Permalink
Service: Minor doc adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Apr 7, 2021
1 parent fd9d2c4 commit c7400f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd_party/marian-dev
5 changes: 3 additions & 2 deletions src/translator/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<Response> translateWithOptions(std::string &&source,
ResponseOptions options);
ResponseOptions options);

private:
/// Build numTranslators number of translators with options from options
Expand Down

0 comments on commit c7400f6

Please sign in to comment.