r49605 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49604‎ | r49605 | r49606 >
Date:16:58, 17 April 2009
Author:ialex
Status:ok
Tags:
Comment:
Fix doxygen warnings
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -692,9 +692,9 @@
693693
694694 /**
695695 * Build a table of data
696 - * @param array $rows An array of arrays of strings, each to be a row in a table
697 - * @param array $attribs Attributes to apply to the table tag [optional]
698 - * @param array $headers An array of strings to use as table headers [optional]
 696+ * @param $rows An array of arrays of strings, each to be a row in a table
 697+ * @param $attribs An array of attributes to apply to the table tag [optional]
 698+ * @param $headers An array of strings to use as table headers [optional]
699699 * @return string
700700 */
701701 public static function buildTable( $rows, $attribs = array(), $headers = null ) {
@@ -717,7 +717,7 @@
718718
719719 /**
720720 * Build a row for a table
721 - * @param array $cells An array of strings to put in <td>
 721+ * @param $cells An array of strings to put in <td>
722722 * @return string
723723 */
724724 public static function buildTableRow( $attribs, $cells ) {

Status & tagging log