Cleanup Doxygen Warnings - elementary 4

Warnings resolved:
argument <name> of command @param is not found in the argument list of <function>
The following parameters of <function> are not documented.

Files modified:
elm_calendar.h
elm_map.h

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70526
This commit is contained in:
Thiago Thamada 2012-04-27 12:55:25 +00:00 committed by Jonas M. Gastal
parent ce8c82cdca
commit ce13a30156
2 changed files with 3 additions and 1 deletions

View File

@ -231,7 +231,7 @@ EAPI void elm_calendar_min_max_year_get(const Evas_Object *obj,
* Set select day mode to use.
*
* @param obj The calendar object.
* @param select_mdoe The select mode to use.
* @param mode The select mode to use.
*
* Set the day selection mode used.
*

View File

@ -1335,6 +1335,8 @@ EAPI const char *elm_map_source_get(const Evas_Object *obj, Elm_Map_So
* @param flat The start latitude.
* @param tlon The destination longitude.
* @param tlat The destination latitude.
* @param route_cb The route to be traced.
* @param data A pointer of user data.
*
* @return The created route or @c NULL upon failure.
*