* Refactored Article::getAutosummary(), so there's not a very simple static function...
[lhc/web/wiklou.git] / includes / SpecialMostlinked.php
index 1827d96..a56ac26 100644 (file)
@@ -1,10 +1,14 @@
 <?php
+/**
+ * @file
+ * @ingroup SpecialPage
+ */
 
 /**
  * A special page to show pages ordered by the number of pages linking to them.
  * Implements Special:Mostlinked
  *
- * @addtogroup SpecialPage
+ * @ingroup SpecialPage
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
  * @author Rob Church <robchur@gmail.com>
@@ -89,5 +93,3 @@ function wfSpecialMostlinked() {
 
        $wpp->doQuery( $offset, $limit );
 }
-
-