From: Alexandre Emsenhuber Date: Mon, 10 May 2010 20:43:54 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36894 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=289ee10df615390384acbc9fa3bf4b476a44af62;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/SiteConfiguration.php b/includes/SiteConfiguration.php index b6d8367038..db2910d29f 100644 --- a/includes/SiteConfiguration.php +++ b/includes/SiteConfiguration.php @@ -194,10 +194,9 @@ class SiteConfiguration { /** * Retrieves a configuration setting for a given wiki, forced to a boolean. - * @param $settingName String ID of the setting name to retrieve + * @param $setting String ID of the setting name to retrieve * @param $wiki String Wiki ID of the wiki in question. * @param $suffix String The suffix of the wiki in question. - * @param $params Array List of parameters. $.'key' is replaced by $value in all returned data. * @param $wikiTags Array The tags assigned to the wiki. * @return bool The value of the setting requested. */ @@ -216,7 +215,7 @@ class SiteConfiguration { /** * Retrieves the value of a given setting, and places it in a variable passed by reference. - * @param $settingName String ID of the setting name to retrieve + * @param $setting String ID of the setting name to retrieve * @param $wiki String Wiki ID of the wiki in question. * @param $suffix String The suffix of the wiki in question. * @param $var Reference The variable to insert the value into. @@ -232,7 +231,7 @@ class SiteConfiguration { /** * Retrieves the value of a given setting, and places it in its corresponding global variable. - * @param $settingName String ID of the setting name to retrieve + * @param $setting String ID of the setting name to retrieve * @param $wiki String Wiki ID of the wiki in question. * @param $suffix String The suffix of the wiki in question. * @param $params Array List of parameters. $.'key' is replaced by $value in all returned data.