From 16d19d6e258e370f7c80349e0ef881bf19e29f59 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 23 Mar 2017 16:58:30 +0100 Subject: [PATCH] Add s4u::Mutex to the doc --- include/simgrid/s4u/Mutex.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/simgrid/s4u/Mutex.hpp b/include/simgrid/s4u/Mutex.hpp index 2188079213..a0f8c0c246 100644 --- a/include/simgrid/s4u/Mutex.hpp +++ b/include/simgrid/s4u/Mutex.hpp @@ -20,6 +20,7 @@ namespace s4u { class ConditionVariable; /** @brief A classical mutex, but blocking in the simulation world + * @ingroup s4u_api * * It is strictly impossible to use a real mutex (such as * [std::mutex](http://en.cppreference.com/w/cpp/thread/mutex) -- 2.20.1