X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fterm%2FMWTerm.php;h=ec8aeb0162b5009d70a5f42c92f83af3a76b37f4;hb=6bd1e23f4a281b05e6c171653a715c394aac36d6;hp=d90d06956ea3ab184b4c92d06eb303a7d77d38b8;hpb=f8568f7bd9b749ad2749c79b2e93f63271831341;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/term/MWTerm.php b/maintenance/term/MWTerm.php index d90d06956e..ec8aeb0162 100644 --- a/maintenance/term/MWTerm.php +++ b/maintenance/term/MWTerm.php @@ -20,13 +20,21 @@ * * @file * @ingroup Maintenance Testing + */ + +/** + * @defgroup TermColorer TermColorer + * @ingroup Maintenance Testing * @todo Fixme: Make this more generic + * + * Set of classes to help with test output and such. Right now pretty specific + * to the parser tests but could be more useful one day :) */ /** * Terminal that supports ANSI escape sequences. * - * @ingroup Maintenance Testing + * @ingroup TermColorer */ class AnsiTermColorer { function __construct() { @@ -59,7 +67,7 @@ class AnsiTermColorer { /** * A colour-less terminal * - * @ingroup Maintenance Testing + * @ingroup TermColorer */ class DummyTermColorer { public function color( $color ) {