X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fterm%2FMWTerm.php;h=ec8aeb0162b5009d70a5f42c92f83af3a76b37f4;hb=0afe39f591e03c17c621ac46516bd4fb255a14ff;hp=d90d06956ea3ab184b4c92d06eb303a7d77d38b8;hpb=05b8af8b91dac965c67571668187d1dc2511ae03;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 ) {