From 565c820e5decdc54fad63176b1026fbd3268db43 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 29 Nov 2012 02:34:12 +0000 Subject: [PATCH] elm: fix doxygen in calendar widget SVN revision: 79799 --- legacy/elementary/src/lib/elm_calendar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/src/lib/elm_calendar.h b/legacy/elementary/src/lib/elm_calendar.h index 86434017eb..b92200ba4c 100644 --- a/legacy/elementary/src/lib/elm_calendar.h +++ b/legacy/elementary/src/lib/elm_calendar.h @@ -802,8 +802,8 @@ EAPI double elm_calendar_interval_get(const Evas_Object *obj); * Set the first day of week to use on calendar widgets'. * * @param obj The calendar object - * @param day An int which correspond to the first day of the week (Sunday = 0, monday = 1, - * ..., saturday = 6) + * @param day An int which correspond to the first day of the week (Sunday = 0, Monday = 1, + * ..., Saturday = 6) * * @ingroup Calendar */ @@ -813,8 +813,8 @@ EAPI void elm_calendar_first_day_of_week_set(Evas_Object *obj, E * Get the first day of week, who are used on calendar widgets'. * * @param obj The calendar object - * @return An int which correspond to the first day of the week (Sunday = 0, monday = 1, - * ..., saturday = 6) + * @return An int which correspond to the first day of the week (Sunday = 0, Monday = 1, + * ..., Saturday = 6) * * @see elm_calendar_first_day_of_week_set() for more details *