From: Julien EMMANUEL Date: Wed, 4 Dec 2019 16:26:17 +0000 (+0100) Subject: Fix link in Mutex doc X-Git-Tag: v3.25~337^2~1^2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/17015166daf4c69a05fe412053880c80c5333d87 Fix link in Mutex doc --- 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.