r70287 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70286‎ | r70287 | r70288 >
Date:19:39, 1 August 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -456,8 +456,8 @@
457457 * Get the paging links for a section (subcats/pages/files), to go at the top and bottom
458458 * of the output.
459459 *
460 - * @param string $type 'page', 'subcat', or 'file'
461 - * @return string HTML output, possibly empty if there are no other pages
 460+ * @param $type String: 'page', 'subcat', or 'file'
 461+ * @return String: HTML output, possibly empty if there are no other pages
462462 */
463463 private function getSectionPagingLinks( $type ) {
464464 global $wgExperimentalCategorySort;
@@ -594,8 +594,8 @@
595595 /**
596596 * Create paging links, as a helper method to getSectionPagingLinks().
597597 *
598 - * @param $until String The 'until' parameter for the generated URL
599 - * @param $from String The 'from' parameter for the genererated URL
 598+ * @param $first String The 'until' parameter for the generated URL
 599+ * @param $last String The 'from' parameter for the genererated URL
600600 * @param $type String A prefix for parameters, 'page' or 'subcat' or
601601 * 'file'
602602 * @return String HTML

Status & tagging log