X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/83acfa5389165446231f2b5006f4308b19f4ef10..3958c62bc542feb7c28818441ae6cdd56e7bf596:/include/simgrid/s4u/Semaphore.hpp diff --git a/include/simgrid/s4u/Semaphore.hpp b/include/simgrid/s4u/Semaphore.hpp index 442b147eb1..6be8c9f039 100644 --- a/include/simgrid/s4u/Semaphore.hpp +++ b/include/simgrid/s4u/Semaphore.hpp @@ -21,8 +21,8 @@ namespace s4u { * Instead, you should use the present class, that offers a very similar interface. * * As for any S4U object, Semaphores are using the @ref s4u_raii "RAII idiom" for memory management. - * Use createSemaphore() to get a ::SemaphorePtr to a newly created semaphore - * and only manipulate ::SemaphorePtr. + * Use #create() to get a simgrid::s4u::SemaphorePtr to a newly created semaphore + * and only manipulate simgrid::s4u::SemaphorePtr. * */ class XBT_PUBLIC Semaphore {