documentation: modify documentation 95/155295/1 submit/tizen/20171013.014635
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 13 Oct 2017 00:18:18 +0000 (09:18 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 13 Oct 2017 00:18:18 +0000 (09:18 +0900)
Change-Id: I52e34065d6d0ff1bf69eda68f305133d422028b1

doc/ui_efl_util_doc.h
doc/ui_efl_util_win_property_doc.h [new file with mode: 0644]
include/efl_util.h.in

index 64de8d0..b6ec70d 100644 (file)
  *   \#include <efl_util.h>
  *
  * @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 (file)
index 0000000..5bf36b2
--- /dev/null
@@ -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 <efl_util.h>
+ *
+ * @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__ */
index 8055226..dfa14cd 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
  */
 
 /**
- * @addtogroup CAPI_EFL_UTIL_MODULE
+ * @addtogroup CAPI_EFL_UTIL_WIN_PROPERTY_MODULE
  * @{
  */