From 835f89a6121c060dae7e641995d42053479d634c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 7 Apr 2022 02:20:40 +0100 Subject: 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 --- includes/filerepo/file/OldLocalFile.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'includes/filerepo/file/OldLocalFile.php') 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 @@