r65551 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65550‎ | r65551 | r65552 >
Date:19:31, 26 April 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings and updated doc
Modified paths:
  • /trunk/phase3/maintenance/backupPrefetch.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/backupPrefetch.inc
@@ -51,7 +51,7 @@
5252 * - text contents are immutable and should not change once
5353 * recorded, so the previous dump is a reliable source
5454 *
55 - * Requires PHP 5 and the XMLReader PECL extension.
 55+ * Requires the XMLReader PECL extension.
5656 * @ingroup Maintenance
5757 */
5858 class BaseDump {
@@ -71,8 +71,8 @@
7272 * from the dump stream. May return null if the page is
7373 * unavailable.
7474 *
75 - * @param int $page ID number of page to read
76 - * @param int $rev ID number of revision to read
 75+ * @param $page Integer: ID number of page to read
 76+ * @param $rev Integer: ID number of revision to read
7777 * @return string or null
7878 */
7979 function prefetch( $page, $rev ) {
@@ -166,7 +166,8 @@
167167 * Shouldn't something like this be built-in to XMLReader?
168168 * Fetches text contents of the current element, assuming
169169 * no sub-elements or such scary things.
170 - * @return string
 170+ *
 171+ * @return String
171172 * @access private
172173 */
173174 function nodeContents() {

Status & tagging log