Ox.Geo: update docs

This commit is contained in:
rolux 2012-06-12 17:02:36 +02:00
parent 28075133ee
commit e21354d7b4

View file

@ -201,8 +201,7 @@ Ox.load.Geo = function(options, callback) {
/*@
Ox.getFlagByCountryCode <f> Returns an image URL for a given country code
(code) -> <s> Image URL
(code, size) -> Image URL
(code[, size]) -> <s> Image URL
code <s> Country code (like 'FR')
size <n> Image size (16, 64 or 256)
@*/
@ -215,8 +214,7 @@ Ox.load.Geo = function(options, callback) {
/*@
Ox.getFlagByGeoname <f> Returns an image URL for a given geoname
(geoname) -> <s> Image URL
(geoname, size) -> Image URL
(geoname[, size]) -> <s> Image URL
geoname <s> Geoname (like 'France' or 'Paris, France')
size <n> Image size (16, 64 or 256)
@*/
@ -229,8 +227,7 @@ Ox.load.Geo = function(options, callback) {
/*@
Ox.getFlagByLanguage <f> Returns an image URL for a given language
(language) -> <s> Image URL
(language, size) -> Image URL
(language[, size]) -> <s> Image URL
language <s> Language (like "French")
size <n> Image size (16, 64 or 256)
@*/