From 55d0dfe98edbdda72e822202c37d5cdb52a331f7 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 14 Sep 2010 20:47:39 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/specials/SpecialIpblocklist.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialIpblocklist.php b/includes/specials/SpecialIpblocklist.php index 1dc6705348..a6d5ba2b25 100644 --- a/includes/specials/SpecialIpblocklist.php +++ b/includes/specials/SpecialIpblocklist.php @@ -408,9 +408,12 @@ class IPUnblockForm extends SpecialPage { /** * Makes change an option link which carries all the other options + * * @param $title see Title - * @param $override - * @param $options + * @param $override Array: special query string options, will override the + * ones in $options + * @param $options Array: query string options + * @param $active Boolean: whether to display the link in bold */ function makeOptionsLink( $title, $override, $options, $active = false ) { global $wgUser; -- 2.20.1