Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the RST inclusions in doxygen comments
[simgrid.git] / include / simgrid / s4u / Mutex.hpp
index c0de117..2374795 100644 (file)
@@ -14,7 +14,7 @@ namespace s4u {
 
 /** @brief A classical mutex, but blocking in the simulation world.
  *
- * @rst
+ * @beginrst
  * It is strictly impossible to use a real mutex, such as
  * `std::mutex <http://en.cppreference.com/w/cpp/thread/mutex>`_
  * or `pthread_mutex_t <http://pubs.opengroup.org/onlinepubs/007908775/xsh/pthread_mutex_lock.html>`_,