From b78a990270fe41d582ae22b7f42df292428ec74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 8 Jan 2008 10:35:43 +0000 Subject: #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks --- modules/throttle/throttle.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/throttle/throttle.admin.inc') diff --git a/modules/throttle/throttle.admin.inc b/modules/throttle/throttle.admin.inc index 75ad7cd95..86fc51f52 100644 --- a/modules/throttle/throttle.admin.inc +++ b/modules/throttle/throttle.admin.inc @@ -10,8 +10,8 @@ * Form builder; Configure the throttle system. * * @ingroup forms - * @see system_settings_form(). - * @see throttle_admin_settings_validate(). + * @see system_settings_form() + * @see throttle_admin_settings_validate() */ function throttle_admin_settings() { $probabilities = array(0 => '100%', 1 => '50%', 2 => '33.3%', 3 => '25%', 4 => '20%', 5 => '16.6%', 7 => '12.5%', 9 => '10%', 19 => '5%', 99 => '1%', 199 => '.5%', 399 => '.25%', 989 => '.1%'); -- cgit v1.2.3