Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add s4u::Mutex to the doc
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 23 Mar 2017 15:58:30 +0000 (16:58 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 23 Mar 2017 15:58:30 +0000 (16:58 +0100)
include/simgrid/s4u/Mutex.hpp

index 2188079..a0f8c0c 100644 (file)
@@ -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)