From d466cf6e86b929b17e3a9938e16a4e97d9448cdb Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Wed, 11 Jul 2007 08:09:21 +0000 Subject: [PATCH] A few comment tag tweaks. --- includes/Database.php | 2 +- includes/User.php | 3 ++- languages/messages/MessagesNn.php | 4 ++-- maintenance/namespaceDupes.php | 2 +- maintenance/showStats.php | 2 +- maintenance/sql.php | 2 ++ skins/disabled/HTMLDump.php | 2 +- thumb.php | 2 ++ 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/includes/Database.php b/includes/Database.php index eaffcf62f1..160e14369e 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -1603,7 +1603,7 @@ class Database { * This is handy when you need to construct SQL for joins * * Example: - * list( $user, $watchlist ) = $dbr->tableNames('user','watchlist'); + * list( $user, $watchlist ) = $dbr->tableNamesN('user','watchlist'); * $sql = "SELECT wl_namespace,wl_title FROM $watchlist,$user * WHERE wl_user=user_id AND wl_user=$nameWithQuotes"; */ diff --git a/includes/User.php b/includes/User.php index 939caf29ae..d96cc6b196 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1365,7 +1365,8 @@ class User { /** * Encrypt a password. - * It can eventuall salt a password @see User::addSalt() + * It can eventually salt a password. + * @see User::addSalt() * @param string $p clear Password. * @return string Encrypted password. */ diff --git a/languages/messages/MessagesNn.php b/languages/messages/MessagesNn.php index b8180ad696..8a1a7593e0 100644 --- a/languages/messages/MessagesNn.php +++ b/languages/messages/MessagesNn.php @@ -6,8 +6,8 @@ * * @author Olve Utne * @author Guttorm Flatabø - * @link http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history - * @link http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history + * @see http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history + * @see http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history * * @addtogroup Language */ diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php index 79a1d56d89..16796ba37c 100644 --- a/maintenance/namespaceDupes.php +++ b/maintenance/namespaceDupes.php @@ -133,7 +133,7 @@ class NamespaceConflictChecker { } /** - * @fixme: do this for reals + * @todo: do this for reals */ function checkPrefix( $key, $prefix, $fix, $suffix = '' ) { echo "Checking prefix \"$prefix\" vs namespace $key\n"; diff --git a/maintenance/showStats.php b/maintenance/showStats.php index 8cd0aa7924..97b6a19975 100644 --- a/maintenance/showStats.php +++ b/maintenance/showStats.php @@ -9,7 +9,7 @@ * @author Brion Vibber * @author Rob Church * - * @licence GNU General Public License 2.0 or later + * @license GNU General Public License 2.0 or later */ require_once( 'commandLine.inc' ); diff --git a/maintenance/sql.php b/maintenance/sql.php index 02c6dbf352..5ec1d8d33f 100644 --- a/maintenance/sql.php +++ b/maintenance/sql.php @@ -3,6 +3,8 @@ /** * Send SQL queries from the specified file to the database, performing * variable replacement along the way. + * + * @addtogroup Database */ require_once( dirname(__FILE__) . '/' . 'commandLine.inc' ); diff --git a/skins/disabled/HTMLDump.php b/skins/disabled/HTMLDump.php index 4e1ca4e9bc..d5e2300efc 100644 --- a/skins/disabled/HTMLDump.php +++ b/skins/disabled/HTMLDump.php @@ -101,7 +101,7 @@ class HTMLDumpTemplate extends QuickTemplate { * class, and a wrapper for MediaWiki's localization database, and * outputs a formatted page. * - * @access private + * @private */ function execute() { wfSuppressWarnings(); diff --git a/thumb.php b/thumb.php index f3661bc0bc..2159d2ee65 100644 --- a/thumb.php +++ b/thumb.php @@ -2,6 +2,8 @@ /** * PHP script to stream out an image thumbnail. + * + * @addtogroup Media */ define( 'MW_NO_OUTPUT_COMPRESSION', 1 ); require_once( './includes/WebStart.php' ); -- 2.20.1