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/TempFileRepo.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/TempFileRepo.php')
-rw-r--r-- | includes/filerepo/TempFileRepo.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/filerepo/TempFileRepo.php b/includes/filerepo/TempFileRepo.php index 8538470df720..475707c6cdcf 100644 --- a/includes/filerepo/TempFileRepo.php +++ b/includes/filerepo/TempFileRepo.php @@ -1,6 +1,9 @@ <?php /** - * FileRepo for temporary files created via FileRepo::getTempRepo() + * FileRepo for temporary files created by FileRepo::getTempRepo() + * + * @internal + * @ingroup FileRepo */ class TempFileRepo extends FileRepo { public function getTempRepo() { |