From: Hermet Park Date: Wed, 2 Nov 2016 11:31:50 +0000 (+0900) Subject: ui_viewmgr: fix wrong doc description. X-Git-Tag: submit/tizen_3.0/20161104.045713^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2837bcc8851a346fe956ac8a13191151278a5d3;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git ui_viewmgr: fix wrong doc description. Change-Id: I973613f89e47c2c68d02240d08e70c1bad1ae6af --- diff --git a/src/include/efl/mobile/c/ui_viewmgr.h b/src/include/efl/mobile/c/ui_viewmgr.h index 58658e8..70ec532 100644 --- a/src/include/efl/mobile/c/ui_viewmgr.h +++ b/src/include/efl/mobile/c/ui_viewmgr.h @@ -69,7 +69,7 @@ EAPI int ui_viewmgr_insert_view_after(ui_view *view, ui_view *after); /** * @brief Pops the top(last) view from the ui_viewmgr view list. * This function is used when application switches the current view back to the previous view. - * The top view will be removed from the view stack and then it will be deleted by the given ui_viewmgr. + * The top view will be removed from the view stack and then it will be deleted by ui_viewmgr. * @since_tizen 3.0 * @remarks If the view is just one left, then ui_viewmgr would be deactivated automatically since the ui application might be invalid anymore. Otherwise, * the application will be terminated. It's up to system configuration.