From: Doyoun Kang Date: Fri, 13 Oct 2017 00:18:18 +0000 (+0900) Subject: documentation: modify documentation X-Git-Tag: submit/tizen/20171013.014635^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a79637f59785fe9adff042c6b370c676ca23c597;hp=feb29a9e47db46d5c724c242b9fb7f37460a9820;p=platform%2Fcore%2Fapi%2Fefl-util.git documentation: modify documentation Change-Id: I52e34065d6d0ff1bf69eda68f305133d422028b1 --- diff --git a/doc/ui_efl_util_doc.h b/doc/ui_efl_util_doc.h index 64de8d0..b6ec70d 100644 --- a/doc/ui_efl_util_doc.h +++ b/doc/ui_efl_util_doc.h @@ -27,14 +27,8 @@ * \#include * * @section CAPI_EFL_UTIL_MODULE_OVERVIEW Overview - * The EFL UTIL API provides functions to get the level of given notification windows - * and to change the notification window levels with the given values. - * - * The notification window level is used in ordering the notification windows. - * The notification window which is set to #EFL_UTIL_NOTIFICATION_LEVEL_2 will be - * placed above the window which is set to #EFL_UTIL_NOTIFICATION_LEVEL_1. - * If there are notification windows that have the same levels, the latest created - * notification window is placed on top of the other window. + * The EFL UTIL API provides utility functions to set window properties, + * control input devices, generate input events and capture a screenshot. * */ diff --git a/doc/ui_efl_util_win_property_doc.h b/doc/ui_efl_util_win_property_doc.h new file mode 100644 index 0000000..5bf36b2 --- /dev/null +++ b/doc/ui_efl_util_win_property_doc.h @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2011-2015 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ +#define __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ + +/** + * @ingroup CAPI_EFL_UTIL_MODULE + * @defgroup CAPI_EFL_UTIL_WIN_PROPERTY_MODULE EFL UTIL WINDOW PROPERTY + * @brief Handle properties of windows + * + * @section CAPI_EFL_UTIL_WIN_PROPERTY_MODULE_HEADER Required Header + * \#include + * + * @section CAPI_EFL_UTIL_WIN_PROPERTY_MODULE_OVERVIEW Overview + * The EFL UTIL WINDOW PROPERTY API provides functions to set/get properties of windows + * such as the notification level, the screen mode and the brightness. + * + */ + +#endif /* __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ */ diff --git a/include/efl_util.h.in b/include/efl_util.h.in index 8055226..dfa14cd 100644 --- a/include/efl_util.h.in +++ b/include/efl_util.h.in @@ -38,7 +38,7 @@ extern "C" { */ /** - * @addtogroup CAPI_EFL_UTIL_MODULE + * @addtogroup CAPI_EFL_UTIL_WIN_PROPERTY_MODULE * @{ */