enhance filerepo doc structure
[lhc/web/wiklou.git] / includes / filerepo / backend / lockmanager / LSLockManager.php
index 8b59009..b7ac743 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
 /**
+ * Manage locks using a lock daemon server.
+ *
  * Version of LockManager based on using lock daemon servers.
  * This is meant for multi-wiki systems that may share files.
  * All locks are non-blocking, which avoids deadlocks.