* update/add translator documentation.

* fix L10n issues.
* update comments and tag missing documentation on some classes.
* remove superfluous whitespace
*
This commit is contained in:
Siebrand Mazeland
2011-01-31 16:39:54 +01:00
parent 3fc323f8f9
commit 8f776ec12d
10 changed files with 63 additions and 58 deletions

View File

@@ -68,7 +68,7 @@ class GeocodeAction extends Action
*
* @return nothing
*
**/
*/
function handle($args)
{
header('Content-Type: application/json; charset=utf-8');
@@ -89,7 +89,6 @@ class GeocodeAction extends Action
*
* @return boolean true
*/
function isReadOnly($args)
{
return true;