X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2Fterm%2FMWTerm.php;h=1cb97f971c4027f62c07e19a679a493239c8ef5d;hb=9b1f99f39f7364b9a35c44471922406a2c17c41f;hp=ca0f95d2357e84bb9f0930875f401df4b2fb79ef;hpb=b801fa8b3b3b42fb6db9129d4642f6e583b56879;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/term/MWTerm.php b/maintenance/term/MWTerm.php index ca0f95d235..1cb97f971c 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 ) {