summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>2020-09-17 15:39:35 +0900
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>2020-09-17 15:42:45 +0900
commita4013bbe64bf1e6f255320cf573407eb7aaa25e8 (patch)
tree599a5c6d2d621e13d14f8e333bb70c933f80014e /doc
parent68145cae65a3ec8406d2fb82766d721bed45a5ff (diff)
downloadefl-a4013bbe64bf1e6f255320cf573407eb7aaa25e8.tar.gz
efl-a4013bbe64bf1e6f255320cf573407eb7aaa25e8.tar.bz2
efl-a4013bbe64bf1e6f255320cf573407eb7aaa25e8.zip
docs: Corrects EFL main pages and Changes non public Tizen Elementary APIs to internal
Change-Id: I8442e25725aa28222bef6f6de75d57dc28ccc2c0
Diffstat (limited to 'doc')
-rw-r--r--doc/main.dox17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/main.dox b/doc/main.dox
index 302ffa3518..f8f1190371 100644
--- a/doc/main.dox
+++ b/doc/main.dox
@@ -1,6 +1,19 @@
/**
* @defgroup EFL EFL
* @ingroup CAPI_UI_FRAMEWORK
+ *
+ * @brief EFL is a collection of libraries that are independent or may build
+ * on top of each-other to provide useful features that complement
+ * an OS's existing environment, rather than wrap and abstract it,
+ * trying to be their own environment and OS in its entirety.
+ *
+ * This means that it expects you to use other system libraries and API's in
+ * conjunction with EFL libraries, to provide a whole working application or
+ * library, simply using EFL as a set of convenient pre-made libraries to
+ * accomplish a whole host of complex or painful tasks for you.
+ *
+ * See @ref EFL for more detail
+ *
* @page EFL
*
* @brief The Enlightenment Foundation Libraries (EFL) cover a wide range of
@@ -31,10 +44,10 @@
*
* <h3>Graphics libraries</h3>
*
- * @li @ref elementary_main widget library.
* @li @ref evas_main drawing canvas.
- * @internal
* @li @ref edje_main layout and theme library with super powers.
+ * @li @ref elementary_main widget library.
+ * @internal
* @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration.
* @li @ref emotion_main to play music and videos.
* @li @ref ephysics_main physics simulation integration and visual effects.