From: sanjeev Date: Thu, 24 Nov 2011 15:15:48 +0000 (+0000) Subject: Documentation fixes. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da16a5e694df9f2668a8bca494dc23f74c636d19;p=framework%2Fuifw%2Felementary.git Documentation fixes. Signed-off-by: Sanjeev BA git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 7bc0531..9f2f467 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -10465,7 +10465,7 @@ extern "C" { /** * @def elm_layout_icon_set - * Convienience macro to set the icon object in a layout that follows the + * Convenience macro to set the icon object in a layout that follows the * Elementary naming convention for its parts. * * @ingroup Layout @@ -10782,7 +10782,7 @@ extern "C" { * @brief Sets the target object for the hover. * * @param obj The hover object - * @param target The object to center the hover onto. The hover + * @param target The object to center the hover onto. * * This function will cause the hover to be centered on the target object. */ @@ -10791,7 +10791,7 @@ extern "C" { * @brief Gets the target object for the hover. * * @param obj The hover object - * @param parent The object to locate the hover over. + * @return The target object for the hover. * * @see elm_hover_target_set() */ @@ -10835,9 +10835,9 @@ extern "C" { * "smart". This is a special placement hint and its use case * independs of the calculations coming from * elm_hover_best_content_location_get(). Its use is for cases when - * one desires only one hover content, but with a dinamic special + * one desires only one hover content, but with a dynamic special * placement within the hover area. The content's geometry, whenever - * it changes, will be used to decide on a best location not + * it changes, will be used to decide on a best location, not * extrapolating the hover's parent object view to show it in (still * being the hover's target determinant of its medium part -- move and * resize it to simulate finger sizes, for example). If one of the @@ -11002,8 +11002,8 @@ extern "C" { * @li full: Items will be placed between the descent and ascent, or the * lowest point in the line and its highest. * - * The next image shows different configurations of items and how they - * are the previously mentioned options affect their sizes. In all cases, + * The next image shows different configurations of items and how + * the previously mentioned options affect their sizes. In all cases, * the green line indicates the ascent, blue for the baseline and red for * the descent. *