summaryrefslogtreecommitdiff
path: root/maintenance/cleanupImages.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/cleanupImages.php')
-rw-r--r--maintenance/cleanupImages.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php
index d6ed5a7a..79ff54e8 100644
--- a/maintenance/cleanupImages.php
+++ b/maintenance/cleanupImages.php
@@ -24,13 +24,17 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
+ * @file
* @author Brion Vibber <brion at pobox.com>
- * @addtogroup maintenance
+ * @ingroup Maintenance
*/
require_once( 'commandLine.inc' );
require_once( 'cleanupTable.inc' );
+/**
+ * @ingroup Maintenance
+ */
class ImageCleanup extends TableCleanup {
function __construct( $dryrun = false ) {
parent::__construct( 'image', $dryrun );