mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-24 07:30:25 +00:00
style: Unify style for all Doxygen comments (#3142)
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user