From: Alexandre Emsenhuber Date: Sun, 1 Aug 2010 19:39:57 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~35795 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=30ff5dea8133f334f1c24b11acf485095600525e;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index fc9de9470c..fb08ad8c41 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -456,8 +456,8 @@ class CategoryViewer { * Get the paging links for a section (subcats/pages/files), to go at the top and bottom * of the output. * - * @param string $type 'page', 'subcat', or 'file' - * @return string HTML output, possibly empty if there are no other pages + * @param $type String: 'page', 'subcat', or 'file' + * @return String: HTML output, possibly empty if there are no other pages */ private function getSectionPagingLinks( $type ) { global $wgExperimentalCategorySort; @@ -594,8 +594,8 @@ class CategoryViewer { /** * Create paging links, as a helper method to getSectionPagingLinks(). * - * @param $until String The 'until' parameter for the generated URL - * @param $from String The 'from' parameter for the genererated URL + * @param $first String The 'until' parameter for the generated URL + * @param $last String The 'from' parameter for the genererated URL * @param $type String A prefix for parameters, 'page' or 'subcat' or * 'file' * @return String HTML