From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- maintenance/term/MWTerm.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'maintenance/term/MWTerm.php') diff --git a/maintenance/term/MWTerm.php b/maintenance/term/MWTerm.php index ca0f95d2..c52f07cc 100644 --- a/maintenance/term/MWTerm.php +++ b/maintenance/term/MWTerm.php @@ -19,12 +19,14 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @ingroup Testing + * @ingroup Maintenance Testing * @todo Fixme: Make this more generic */ /** * Terminal that supports ANSI escape sequences. + * + * @ingroup Maintenance Testing */ class AnsiTermColorer { function __construct() { @@ -56,6 +58,8 @@ class AnsiTermColorer { /** * A colour-less terminal + * + * @ingroup Maintenance Testing */ class DummyTermColorer { public function color( $color ) { @@ -66,4 +70,3 @@ class DummyTermColorer { return ''; } } - -- cgit v1.2.2