From 17015166daf4c69a05fe412053880c80c5333d87 Mon Sep 17 00:00:00 2001 From: Julien EMMANUEL Date: Wed, 4 Dec 2019 17:26:17 +0100 Subject: [PATCH] Fix link in Mutex doc --- include/simgrid/s4u/Mutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/s4u/Mutex.hpp b/include/simgrid/s4u/Mutex.hpp index 05f49123ad..fbab117a8d 100644 --- a/include/simgrid/s4u/Mutex.hpp +++ b/include/simgrid/s4u/Mutex.hpp @@ -20,7 +20,7 @@ namespace s4u { * or pthread_mutex_t, * because it would block the whole simulation. * Instead, you should use the present class, that is a drop-in replacement of - * std::mutex. * * As for any S4U object, Mutexes are using the @ref s4u_raii "RAII idiom" for memory management. * Use create() to get a simgrid::s4u::MutexPtr to a newly created mutex and only manipulate simgrid::s4u::MutexPtr. -- 2.20.1