Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update python/clusters-multicpu to the new API.
[simgrid.git] / include / simgrid / s4u / Semaphore.hpp
index 99089a7553ed98f6f2408ffbb1ab52733e8ff9e6..4c16f7ae9c5897e5d3f4465731fb950aad2638b4 100644 (file)
@@ -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();