style: Unify style for all Doxygen comments (#3142)

This commit is contained in:
Ayaz Salikhov
2026-07-13 12:45:05 +01:00
committed by GitHub
parent 52d28f8389
commit 50f9bc2bea
52 changed files with 352 additions and 160 deletions

View File

@@ -669,7 +669,9 @@ public:
boost::asio::yield_context yield
) const = 0;
/** @brief Return type for fetchClioNodesData() method */
/**
* @brief Return type for fetchClioNodesData() method
*/
using ClioNodesDataFetchResult =
std::expected<std::vector<std::pair<boost::uuids::uuid, std::string>>, std::string>;