Revert r35848 per Brion's WONTFIX of bug 14536: "This would just mean that there...
[lhc/web/wiklou.git] / includes / SpecialUncategorizedcategories.php
index e02c9bb..a178712 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
- *
- * @addtogroup SpecialPage
+ * @file
+ * @ingroup SpecialPage
  */
 
 /**
@@ -11,7 +11,7 @@ require_once( "SpecialUncategorizedpages.php" );
 
 /**
  * implements Special:Uncategorizedcategories
- * @addtogroup SpecialPage
+ * @ingroup SpecialPage
  */
 class UncategorizedCategoriesPage extends UncategorizedPagesPage {
        function UncategorizedCategoriesPage() {
@@ -33,5 +33,3 @@ function wfSpecialUncategorizedcategories() {
 
        return $lpp->doQuery( $offset, $limit );
 }
-
-?>