X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23d57f61bb2af9b8300606e977cae854a15a12bb..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/s4u/Semaphore.hpp diff --git a/include/simgrid/s4u/Semaphore.hpp b/include/simgrid/s4u/Semaphore.hpp index 99089a7553..4c16f7ae9c 100644 --- a/include/simgrid/s4u/Semaphore.hpp +++ b/include/simgrid/s4u/Semaphore.hpp @@ -45,7 +45,7 @@ class XBT_PUBLIC Semaphore { #endif public: - /** Constructs a new semaphore */ + /** \static Constructs a new semaphore */ static SemaphorePtr create(unsigned int initial_capacity); void acquire();