Use doxygen-awesome theme (#1214)

For #889
This commit is contained in:
Alex Kremer
2024-02-27 15:22:44 +00:00
committed by GitHub
parent 98ebc92bff
commit 862fc48924
24 changed files with 3228 additions and 33 deletions

View File

@@ -45,6 +45,11 @@
#include <thread>
#include <vector>
/**
* @brief This namespace implements everything related to subscriptions.
*
* The subscription manager is responsible for managing the subscriptions and publishing the feeds.
*/
namespace feed {
class SubscriptionManager {