From 4856bd337703c99a755ea37d82df529e7bc5c92f Mon Sep 17 00:00:00 2001 From: Yauheni Akhotnikau Date: Tue, 19 Mar 2024 15:19:08 +0300 Subject: [PATCH] [skip ci] Updates to Doxygen related comments. --- dev/so_5/agent_identity.hpp | 2 +- dev/so_5/agent_tuning_options.hpp | 2 +- dev/so_5/version.dox | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/so_5/agent_identity.hpp b/dev/so_5/agent_identity.hpp index 31b0d6b0..f03cacf6 100644 --- a/dev/so_5/agent_identity.hpp +++ b/dev/so_5/agent_identity.hpp @@ -33,7 +33,7 @@ namespace so_5 * This type is intended to be used as a thin wrapper that covers cases described * above. It holds a reference to agent's name if the name is specified or * just pointer to an agent if there is no name. This type can be seen as - * a more as more convenient version of: + * a more convenient version of: * \code * std::variant; * \endcode diff --git a/dev/so_5/agent_tuning_options.hpp b/dev/so_5/agent_tuning_options.hpp index 5b58b013..e5a580a1 100644 --- a/dev/so_5/agent_tuning_options.hpp +++ b/dev/so_5/agent_tuning_options.hpp @@ -154,7 +154,7 @@ class SO_5_TYPE name_for_agent_t struct name_for_agent_methods_mixin_t { /*! - * \brief A helper factory for making #name_for_agent_t instance. + * \brief A helper factory for making %name_for_agent_t instance. * * Usage example: * \code diff --git a/dev/so_5/version.dox b/dev/so_5/version.dox index 43455c3b..4f671172 100644 --- a/dev/so_5/version.dox +++ b/dev/so_5/version.dox @@ -17,6 +17,9 @@ New methods so_5::stats::prefix_t::as_string_view() and so_5::stats::suffix_t::as_string_view(). Several methods of so_5::stats::prefix_t and so_5::stats::suffix_t are now constexpr. +A possibility to set an optional name for agent. New types so_5::name_for_agent_t, +so_5::agent_identity_t. New methods so_5::agent_t::name_for_agent(), so_5::agent_t::so_agent_name(). + \section so_5__5_8_1 5.8.1 "Alpamayo" New functions so_5::msinks::transform_then_redirect() and new