From: Antoine Musso Date: Wed, 8 Feb 2012 15:51:16 +0000 (+0000) Subject: enhance filerepo doc structure X-Git-Tag: 1.31.0-rc.0~24865 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=394c8b52341573a8b1d1c543d52285a2ba50adef;p=lhc%2Fweb%2Fwiklou.git enhance filerepo doc structure --- diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php index 203a956305..1ccbd46c26 100644 --- a/includes/filerepo/FileRepo.php +++ b/includes/filerepo/FileRepo.php @@ -1,4 +1,12 @@ resolveStoragePath( $params['dir'] ); @@ -1625,7 +1634,7 @@ abstract class FileBackendStore extends FileBackend { * FileBackendStore helper function to handle file listings that span container shards. * Do not use this class from places outside of FileBackendStore. * - * @ingroup FileBackendStore + * @ingroup FileBackend */ class FileBackendStoreShardListIterator implements Iterator { /* @var FileBackendStore */ diff --git a/includes/filerepo/backend/lockmanager/LSLockManager.php b/includes/filerepo/backend/lockmanager/LSLockManager.php index 8b59009619..b7ac743cf0 100644 --- a/includes/filerepo/backend/lockmanager/LSLockManager.php +++ b/includes/filerepo/backend/lockmanager/LSLockManager.php @@ -1,6 +1,8 @@