docs: Corrects EFL main pages and Changes non public Tizen Elementary APIs to internal 11/244311/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Thu, 17 Sep 2020 06:39:35 +0000 (15:39 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Thu, 17 Sep 2020 06:42:45 +0000 (15:42 +0900)
Change-Id: I8442e25725aa28222bef6f6de75d57dc28ccc2c0

doc/main.dox
src/lib/elementary/Elementary_GL_Helpers.h
src/lib/elementary/elc_fileselector.h
src/lib/elementary/elm_dayselector.h
src/lib/elementary/elm_diskselector.h
src/lib/elementary/elm_gesture_layer_common.h
src/lib/elementary/elm_slideshow.h
src/lib/elementary/elm_thumb.h
src/lib/elementary/elm_web.h

index 302ffa3..f8f1190 100644 (file)
@@ -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
  *
  * <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.
index 3eb1197..8cdf44a 100644 (file)
@@ -14,7 +14,7 @@
 
 /**
  * @defgroup Elementary_GL_Helpers Elementary GL Helper functions
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
  *
  * @{
  */
index 69f1ff0..508c8e4 100644 (file)
@@ -63,6 +63,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Fileselector
  * @{
  */
index 705c85f..85be72c 100644 (file)
@@ -70,6 +70,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Dayselector
  * @{
  */
index bbd22d9..ec71497 100644 (file)
@@ -61,6 +61,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Diskselector
  * @{
  */
index 34f862b..53fedef 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @addtogroup Elm_Gesture_Layer
+ * @addtogroup Elm_Gesture_Layer_Group
  *
  * @{
  */
index 3663b10..3c84506 100644 (file)
@@ -68,6 +68,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Slideshow
  * @{
  */
index c868501..faf173e 100644 (file)
@@ -50,6 +50,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Thumb
  * @{
  */
index 0476cc4..5821d80 100644 (file)
@@ -87,6 +87,8 @@
  */
 
 /**
+ * @internal
+ *
  * @addtogroup Elm_Web
  * @{
  */