Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Cosmetics
[simgrid.git] / include / simgrid / s4u / Mutex.hpp
index b30de03..b4df2e8 100644 (file)
@@ -55,6 +55,7 @@ public:
   bool try_lock();
 
   // deprecated
+  /** @deprecated Mutex::create() */
   XBT_ATTRIB_DEPRECATED_v323("Please use Mutex::create()") static Ptr createMutex() { return create(); }
 };