r66159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66158‎ | r66159 | r66160 >
Date:20:43, 10 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/SiteConfiguration.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SiteConfiguration.php
@@ -194,10 +194,9 @@
195195
196196 /**
197197 * Retrieves a configuration setting for a given wiki, forced to a boolean.
198 - * @param $settingName String ID of the setting name to retrieve
 198+ * @param $setting String ID of the setting name to retrieve
199199 * @param $wiki String Wiki ID of the wiki in question.
200200 * @param $suffix String The suffix of the wiki in question.
201 - * @param $params Array List of parameters. $.'key' is replaced by $value in all returned data.
202201 * @param $wikiTags Array The tags assigned to the wiki.
203202 * @return bool The value of the setting requested.
204203 */
@@ -216,7 +215,7 @@
217216
218217 /**
219218 * Retrieves the value of a given setting, and places it in a variable passed by reference.
220 - * @param $settingName String ID of the setting name to retrieve
 219+ * @param $setting String ID of the setting name to retrieve
221220 * @param $wiki String Wiki ID of the wiki in question.
222221 * @param $suffix String The suffix of the wiki in question.
223222 * @param $var Reference The variable to insert the value into.
@@ -232,7 +231,7 @@
233232
234233 /**
235234 * Retrieves the value of a given setting, and places it in its corresponding global variable.
236 - * @param $settingName String ID of the setting name to retrieve
 235+ * @param $setting String ID of the setting name to retrieve
237236 * @param $wiki String Wiki ID of the wiki in question.
238237 * @param $suffix String The suffix of the wiki in question.
239238 * @param $params Array List of parameters. $.'key' is replaced by $value in all returned data.

Status & tagging log