From 12598eb6e63ddc8baeab1dfa44e10fa8d3b63e63 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 18 Apr 2011 07:37:49 +0000 Subject: [PATCH] Elementary map: Fixed doxygen, removed trailing whitespaces. SVN revision: 58704 --- legacy/elementary/src/lib/elm_map.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/lib/elm_map.c b/legacy/elementary/src/lib/elm_map.c index b8984ddada..f8d3ef9a85 100644 --- a/legacy/elementary/src/lib/elm_map.c +++ b/legacy/elementary/src/lib/elm_map.c @@ -3409,7 +3409,8 @@ elm_map_utils_convert_geo_into_coord(const Evas_Object *obj, double lon, double * @param obj The map object * @param lon the longitude * @param lat the latitude - * @param name the adress + * + * @return name the address * * @ingroup Map */ @@ -3424,10 +3425,11 @@ elm_map_utils_convert_coord_into_name(const Evas_Object *obj, double lon, double * Convert a name (address) into a geographic coordinate (longitude, latitude). * * @param obj The map object - * @param name the adress - * @param lon the longitude correspond to x + * @param name the address * @param lat the latitude correspond to y * + * @return name the address + * * @ingroup Map */ EAPI Elm_Map_Name * @@ -3445,6 +3447,7 @@ elm_map_utils_convert_name_into_coord(const Evas_Object *obj, char *address) * @param lon the longitude * @param lat the latitude * @param clas the class to use + * @param clas_group the class group * @param data the data passed to the callbacks * * @return The marker object