Doc cleanup:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 18 Mar 2008 16:56:52 +0000 (16:56 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 18 Mar 2008 16:56:52 +0000 (16:56 +0000)
* Remove deprecated "@package MediaWiki" from comments
* Kill ending ?> tag in AdminSettings.sample
* remove uneeded comment in SpecialPage.php
* update some links to docs/skin.txt instead of skin.txt

13 files changed:
AdminSettings.sample
includes/ImageQueryPage.php
includes/PageQueryPage.php
includes/SpecialFewestrevisions.php
includes/SpecialPage.php
includes/SpecialWithoutinterwiki.php
languages/classes/LanguageUk.php
skins/Chick.php
skins/CologneBlue.php
skins/MySkin.php
skins/Nostalgia.php
skins/Simple.php
skins/Standard.php

index 1670cf5..140cb0a 100644 (file)
@@ -7,8 +7,6 @@
  * privileges to do maintenance work.
  *
  * Developers: Do not check AdminSettings.php into Subversion
- *
- * @package MediaWiki
  */
 
 /*
@@ -27,5 +25,3 @@ $wgDBadminpassword  = 'adminpass';
  * Whether to enable the profileinfo.php script.
  */
 $wgEnableProfileInfo = false;
-
-?>
index 8948ddc..a56a88b 100644 (file)
@@ -4,7 +4,6 @@
  * Variant of QueryPage which uses a gallery to output results, thus
  * suited for reports generating images
  *
- * @package MediaWiki
  * @addtogroup SpecialPage
  * @author Rob Church <robchur@gmail.com>
  */
index 53b7765..fe203f9 100644 (file)
@@ -3,7 +3,6 @@
 /**
  * Variant of QueryPage which formats the result as a simple link to the page
  *
- * @package MediaWiki
  * @addtogroup SpecialPage
  */
 class PageQueryPage extends QueryPage {
index ba6db8b..f22431a 100644 (file)
@@ -3,7 +3,6 @@
 /**
  * Special page for listing the articles with the fewest revisions.
  *
- * @package MediaWiki
  * @addtogroup SpecialPage
  * @author Martin Drashkov
  */
index c9037ea..a1890b9 100644 (file)
  * @addtogroup SpecialPage
  */
 
-/**
- * @access private
- */
-
 /**
  * Parent special page class, also static functions for handling the special
  * page list.
index 37d9a28..a347717 100644 (file)
@@ -3,7 +3,6 @@
 /**
  * Special page lists pages without language links
  *
- * @package MediaWiki
  * @addtogroup SpecialPage
  * @author Rob Church <robchur@gmail.com>
  */
index 7d2f58b..3735a07 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Ukrainian (українська мова)
   *
-  * @package MediaWiki
-  * @subpackage Language
+  * @addtogroup Language
   */
 
 /* Please, see Language.php for general function comments */
index 30993b7..8a8ddbd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins
index f33c34f..6889b39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins
index 837df95..998e343 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins
index 8759659..66e9e66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins
index b61b6a9..4fb46e9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins
index ed00d59..e88026e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See skin.txt
+ * See docs/skin.txt
  *
  * @todo document
  * @addtogroup Skins