diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2022-04-07 02:20:40 +0100 |
---|---|---|
committer | Timo Tijhof <krinkle@fastmail.com> | 2022-04-07 02:28:33 +0100 |
commit | 835f89a6121c060dae7e641995d42053479d634c (patch) | |
tree | bef46f0743952a8e0cf452f89342f4cb58ad3d96 /includes/filerepo/file/OldLocalFile.php | |
parent | 5da58d60289089651240a16baf90cde2235579e3 (diff) | |
download | mediawikicore-835f89a6121c060dae7e641995d42053479d634c.tar.gz mediawikicore-835f89a6121c060dae7e641995d42053479d634c.zip |
filerepo: Clean up file and class doc comments
* Remove copy-paste descriptions that are unrelated to the file.
* Move any useful information from file block to class block.
* Ensure any relevant `ingroup` is set on the class block.
* Remove left-over ingroup and class description from file block,
which pollutes the doc index for no gain.
* Mark some obscure classes that have no references outside
core in Codesearch Everywhere as internal.
Change-Id: If2360596b4a7511db7439b4b9867b0600ce2d5f8
Diffstat (limited to 'includes/filerepo/file/OldLocalFile.php')
-rw-r--r-- | includes/filerepo/file/OldLocalFile.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/filerepo/file/OldLocalFile.php b/includes/filerepo/file/OldLocalFile.php index 031fe4bd9a2c..38f4a31e64cb 100644 --- a/includes/filerepo/file/OldLocalFile.php +++ b/includes/filerepo/file/OldLocalFile.php @@ -1,7 +1,5 @@ <?php /** - * Old file in the oldimage table. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,7 +16,6 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @ingroup FileAbstraction */ use MediaWiki\MediaWikiServices; @@ -27,7 +24,7 @@ use MediaWiki\Revision\RevisionRecord; use MediaWiki\User\UserIdentity; /** - * Class to represent a file in the oldimage table + * Old file in the oldimage table. * * @stable to extend * @ingroup FileAbstraction |