Re-committing 37663 for the new release, per old Wikitech-l discussion.
[lhc/web/wiklou.git] / maintenance / parserTestsParserHook.php
index 65e41aa..f55cd0e 100644 (file)
@@ -5,8 +5,8 @@ if ( ! defined( 'MEDIAWIKI' ) )
  * A basic extension that's used by the parser tests to test whether input and
  * arguments are passed to extensions properly.
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @file
+ * @ingroup Maintenance
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
  * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
@@ -31,4 +31,4 @@ function wfParserTestParserHookHook( $in, $argv ) {
 
        return "<pre>\n$ret</pre>";
 }
-?>
+