From b4c7ddf1ead88c4c73f695a4f73985b8be1d37e9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 10 Mar 2010 21:17:58 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/specials/SpecialContributions.php | 8 ++++---- includes/specials/SpecialDeletedContributions.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 392f4332e7..47005fc801 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -140,8 +140,8 @@ class SpecialContributions extends SpecialPage { /** * Generates the subheading with links - * @param Title $nt @see Title object for the target - * @param integer $id User ID for the target + * @param $nt Title object for the target + * @param $id Integer: User ID for the target * @return String: appropriately-escaped HTML to be output literally * @todo Fixme: almost the same as getSubTitle in SpecialDeletedContributions.php. Could be combined. */ @@ -257,7 +257,7 @@ class SpecialContributions extends SpecialPage { /** * Generates the namespace selector form with hidden attributes. - * @param $this->opts Array: the options to be included. + * @return String: HTML fragment */ protected function getForm() { global $wgScript; @@ -337,7 +337,7 @@ class SpecialContributions extends SpecialPage { /** * Output a subscription feed listing recent edits to this page. - * @param string $type + * @param $type String */ protected function feed( $type ) { global $wgRequest, $wgFeed, $wgFeedClasses, $wgFeedLimit; diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index 8884bb226d..bbb100e315 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -328,8 +328,8 @@ class DeletedContributionsPage extends SpecialPage { /** * Generates the subheading with links - * @param Title $nt @see Title object for the target - * @param integer $id User ID for the target + * @param $nt Title object for the target + * @param $id Integer: User ID for the target * @return String: appropriately-escaped HTML to be output literally * @todo Fixme: almost the same as contributionsSub in SpecialContributions.php. Could be combined. */ -- 2.20.1