r66931 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66930‎ | r66931 | r66932 >
Date:20:39, 26 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/LinksUpdate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LinksUpdate.php
@@ -26,9 +26,9 @@
2727 /**
2828 * Constructor
2929 *
30 - * @param Title $title Title of the page we're updating
31 - * @param ParserOutput $parserOutput Output from a full parse of this page
32 - * @param bool $recursive Queue jobs for recursive updates?
 30+ * @param $title Title of the page we're updating
 31+ * @param $parserOutput ParserOutput: output from a full parse of this page
 32+ * @param $recursive Boolean: queue jobs for recursive updates?
3333 */
3434 function LinksUpdate( $title, $parserOutput, $recursive = true ) {
3535 global $wgAntiLockFlags;
@@ -226,8 +226,8 @@
227227 /**
228228 * Invalidate the cache of a list of pages from a single namespace
229229 *
230 - * @param integer $namespace
231 - * @param array $dbkeys
 230+ * @param $namespace Integer
 231+ * @param $dbkeys Array
232232 */
233233 function invalidatePages( $namespace, $dbkeys ) {
234234 if ( !count( $dbkeys ) ) {
@@ -421,7 +421,8 @@
422422
423423 /**
424424 * Get an array of category insertions
425 - * @param array $existing Array mapping existing category names to sort keys. If both
 425+ *
 426+ * @param $existing Array mapping existing category names to sort keys. If both
426427 * match a link in $this, the link will be omitted from the output
427428 * @private
428429 */
@@ -444,7 +445,8 @@
445446
446447 /**
447448 * Get an array of interlanguage link insertions
448 - * @param array $existing Array mapping existing language codes to titles
 449+ *
 450+ * @param $existing Array mapping existing language codes to titles
449451 * @private
450452 */
451453 function getInterlangInsertions( $existing = array() ) {

Status & tagging log