Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename enqueue_execs into enqueue_firings
[simgrid.git] / include / simgrid / s4u / Mutex.hpp
index b653f1b904aae6894b3d001b4be2367b2e8981f3..7791cd7e23e73f9e0f363144402971ea73c18789 100644 (file)
@@ -47,7 +47,7 @@ class XBT_PUBLIC Mutex {
 #endif
 
 public:
-  /** Constructs a new mutex */
+  /** \static Constructs a new mutex */
   static MutexPtr create();
   void lock();
   void unlock();