Split files and classes in different packages for phpdocumentor. I probably changed...
[lhc/web/wiklou.git] / includes / SpecialShortpages.php
index 2308552..3aeaa4f 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 /**
  *
+ * @package MediaWiki
+ * @subpackage SpecialPage
  */
 
 /**
@@ -11,6 +13,8 @@ require_once("QueryPage.php");
 /**
  * SpecialShortpages extends QueryPage. It is used to return the shortest
  * pages in the database.
+ * @package MediaWiki
+ * @subpackage SpecialPage
  */
 class ShortPagesPage extends QueryPage {