From 66b090e54b45bdeefda266ddd62e42b46ed48d1d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 23 Oct 2019 14:59:31 +0200 Subject: [PATCH] [962-implement-the-multi_threading_mgr-h-idea] Fixed doxygen --- src/lib/util/multi_threading_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/multi_threading_mgr.h b/src/lib/util/multi_threading_mgr.h index 0bd0ead961..abaa7ae667 100644 --- a/src/lib/util/multi_threading_mgr.h +++ b/src/lib/util/multi_threading_mgr.h @@ -59,7 +59,7 @@ public: /// @brief Set the mode. /// - /// @param mode The new mode. + /// @param enabled The new mode. void setMode(bool enabled); protected: -- 2.47.2