X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=0255a237df159742a7547eb36c5d869794c61add;hb=8697ba835463c9413699a01293cf8f4e88ef8e35;hp=eb54f7c592a3d9ffdcf180640945d058017c0364;hpb=296e3d4f98d9d277569bd1838ce56799158965c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index eb54f7c592..0255a237df 100644 --- a/autoload.php +++ b/autoload.php @@ -829,6 +829,7 @@ $wgAutoloadLocalClasses = [ 'MWCryptRand' => __DIR__ . '/includes/utils/MWCryptRand.php', 'MWDebug' => __DIR__ . '/includes/debug/MWDebug.php', 'MWDocGen' => __DIR__ . '/maintenance/mwdocgen.php', + 'MWDoxygenFilter' => __DIR__ . '/maintenance/includes/MWDoxygenFilter.php', 'MWException' => __DIR__ . '/includes/exception/MWException.php', 'MWExceptionHandler' => __DIR__ . '/includes/exception/MWExceptionHandler.php', 'MWExceptionRenderer' => __DIR__ . '/includes/exception/MWExceptionRenderer.php',