mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
docs: Fix some doxygen issues (#2370)
This commit is contained in:
@@ -67,7 +67,8 @@ public:
|
||||
|
||||
/**
|
||||
* @brief Construct a new priority queue
|
||||
* @param limit The limit of items allowed simultaneously in the queue
|
||||
* @param settings Settings for the queue, including starting sequence, increment value, and optional limit
|
||||
* @note If limit is not set, the queue will have no limit
|
||||
*/
|
||||
explicit TaskQueue(Settings settings)
|
||||
: limit_(settings.limit.value_or(0uz)), increment_(settings.increment), data_(settings.startSeq)
|
||||
|
||||
@@ -38,9 +38,6 @@ namespace web {
|
||||
*/
|
||||
class SubscriptionContextInterface : public util::Taggable {
|
||||
public:
|
||||
/**
|
||||
* @brief Reusing Taggable constructor
|
||||
*/
|
||||
using util::Taggable::Taggable;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user