r66303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66302‎ | r66303 | r66304 >
Date:21:26, 12 May 2010
Author:ialex
Status:ok
Tags:
Comment:
fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceInterface.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceInterface.php
@@ -564,9 +564,9 @@
565565 /**
566566 * Get complete diff table, including header
567567 *
568 - * @param Title $otitle Old title
569 - * @param Title $ntitle New title
570 - * @param string $notice HTML between diff header and body
 568+ * @param $otitle Title: old title
 569+ * @param $ntitle Title: new title
 570+ * @param $notice String: HTML between diff header and body
571571 * @return mixed
572572 */
573573 function getDiff( $otitle, $ntitle, $notice = '' ) {
@@ -665,7 +665,9 @@
666666
667667 /**
668668 * Generate a diff, no caching
669 - * $otext and $ntext must be already segmented
 669+ *
 670+ * @param $otext String: old text, must be already segmented
 671+ * @param $ntext String: new text, must be already segmented
670672 */
671673 function generateDiffBody( $otext, $ntext ) {
672674 global $wgExternalDiffEngine, $wgContLang;

Status & tagging log