From 675a2245dd25e1e12134e81cde908cd93b529267 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 18 Mar 2008 16:56:52 +0000 Subject: [PATCH] Doc cleanup: * 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 --- AdminSettings.sample | 4 ---- includes/ImageQueryPage.php | 1 - includes/PageQueryPage.php | 1 - includes/SpecialFewestrevisions.php | 1 - includes/SpecialPage.php | 4 ---- includes/SpecialWithoutinterwiki.php | 1 - languages/classes/LanguageUk.php | 3 +-- skins/Chick.php | 2 +- skins/CologneBlue.php | 2 +- skins/MySkin.php | 2 +- skins/Nostalgia.php | 2 +- skins/Simple.php | 2 +- skins/Standard.php | 2 +- 13 files changed, 7 insertions(+), 20 deletions(-) diff --git a/AdminSettings.sample b/AdminSettings.sample index 1670cf5e6c..140cb0a963 100644 --- a/AdminSettings.sample +++ b/AdminSettings.sample @@ -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; - -?> diff --git a/includes/ImageQueryPage.php b/includes/ImageQueryPage.php index 8948ddc674..a56a88b4b2 100644 --- a/includes/ImageQueryPage.php +++ b/includes/ImageQueryPage.php @@ -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 */ diff --git a/includes/PageQueryPage.php b/includes/PageQueryPage.php index 53b7765e51..fe203f92aa 100644 --- a/includes/PageQueryPage.php +++ b/includes/PageQueryPage.php @@ -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 { diff --git a/includes/SpecialFewestrevisions.php b/includes/SpecialFewestrevisions.php index ba6db8b6a1..f22431a65e 100644 --- a/includes/SpecialFewestrevisions.php +++ b/includes/SpecialFewestrevisions.php @@ -3,7 +3,6 @@ /** * Special page for listing the articles with the fewest revisions. * - * @package MediaWiki * @addtogroup SpecialPage * @author Martin Drashkov */ diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index c9037ea787..a1890b904b 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -20,10 +20,6 @@ * @addtogroup SpecialPage */ -/** - * @access private - */ - /** * Parent special page class, also static functions for handling the special * page list. diff --git a/includes/SpecialWithoutinterwiki.php b/includes/SpecialWithoutinterwiki.php index 37d9a282ee..a347717c9a 100644 --- a/includes/SpecialWithoutinterwiki.php +++ b/includes/SpecialWithoutinterwiki.php @@ -3,7 +3,6 @@ /** * Special page lists pages without language links * - * @package MediaWiki * @addtogroup SpecialPage * @author Rob Church */ diff --git a/languages/classes/LanguageUk.php b/languages/classes/LanguageUk.php index 7d2f58bfbf..3735a07081 100644 --- a/languages/classes/LanguageUk.php +++ b/languages/classes/LanguageUk.php @@ -1,8 +1,7 @@