Modified Special:Categories to subclass SpecialPage
[lhc/web/wiklou.git] / includes / specials / SpecialBrokenRedirects.php
index 873125b..98b0212 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 /**
+ * Implements Special:Brokenredirects
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ * @ingroup SpecialPage
  */
 
 /**
  * A special page listing redirects tonon existent page. Those should be
  * fixed to point to an existing page.
  *
- * @file
  * @ingroup SpecialPage
  */
 class BrokenRedirectsPage extends PageQueryPage {