diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 10:35:43 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 10:35:43 +0000 |
commit | b78a990270fe41d582ae22b7f42df292428ec74b (patch) | |
tree | 9dcece10ab0e1a5c8e012ac7ccb5d4db71fec4ac /modules/throttle/throttle.admin.inc | |
parent | 0ab0b1d65f494dbef7f2152b789c721711000001 (diff) | |
download | brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.gz brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.bz2 |
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
Diffstat (limited to 'modules/throttle/throttle.admin.inc')
-rw-r--r-- | modules/throttle/throttle.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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%'); |