efl-ext doc: Fix misprepresented circular ui components on Mobile profile doc. 50/206450/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Mon, 20 May 2019 04:22:27 +0000 (13:22 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Mon, 20 May 2019 04:22:56 +0000 (13:22 +0900)
The API reference guideline of Circular UI components should be displayed within Wearable profile only.

Change-Id: I79c1362c66b5827adfd19332a8b6d7834ba98150

inc/wearable/circle/efl_extension_circle_object.h
inc/wearable/circle/efl_extension_circle_object_datetime.h
inc/wearable/circle/efl_extension_circle_object_gengrid.h
inc/wearable/circle/efl_extension_circle_object_genlist.h
inc/wearable/circle/efl_extension_circle_object_progressbar.h
inc/wearable/circle/efl_extension_circle_object_scroller.h
inc/wearable/circle/efl_extension_circle_object_slider.h
inc/wearable/circle/efl_extension_circle_object_spinner.h
inc/wearable/circle/efl_extension_circle_surface.h

index b728c87fcd27670b02ccf0db495466f8efa93297..5309575df545876953af20aab218d0290eaf1e52 100644 (file)
@@ -23,6 +23,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_OBJECT_MODULE Efl Extension Circle Object
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle object is used for circular design of circular ui-controls.
index 20ecbf58921cbaaa47fc8e25ccfe1e9eac266a70..38964548f22c30593fcfe27587152d2a565c2ee2 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_DATETIME_MODULE Efl Extension Circle Datetime
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle datetime is based on elm_datetime and is operated by rotary event.
index 16347bc801ba96ae8cba670f9a320dc0d42c031d..a911baab367ae75bd65794c9d139c8010d706fb2 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_GENGRID_MODULE Efl Extension Circle Gengrid
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle gengrid is based on elm_gengrid and is scrolled by rotary event.
index 795d056381c792fae8d019929aafd9fe9745202c..08954d94595fe4c2cd832d3e943f003894f62180 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_GENLIST_MODULE Efl Extension Circle Genlist
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle genlist is based on elm_genlist and is scrolled by rotary event.
index ee060f5365a9b6b5dafdbeec4347b9a38d8d3f51..229b9fac03afae4395202ce9ad5af328b3f8c088 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_PROGRESSBAR_MODULE Efl Extension Circle Progressbar
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle progressbar aims to show the progress status of a given task with circular design.
index d151916dca370819929048fc69608ce830beceb0..7e2a7497441971458a230973726ad6ae16990888 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_SCROLLER_MODULE Efl Extension Circle Scroller
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle scroller is based on elm_scroller and is scrolled by rotary event.
index ab2b2488a800ad9fb426b49eef63499239e42caf..01e60a41b651fc27f4ba5b9bcca5233b84d9a2a5 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_SLIDER_MODULE Efl Extension Circle Slider
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle slider is circular designed widget to select a value in a range
index db704963e7914fd551caeb905f5401bbae179d2d..2cc4b711aca8339cbc947cec7311d51bfe2ef0c8 100644 (file)
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_SPINNER_MODULE Efl Extension Circle Spinner
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Circle spinner is based on elm_spinner and is operated by rotary event.
index 46503eab557fa3c86501aefa7b3af987850f9292..2e904622262e67f320f7b328b28d3e632249d73f 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  */
 
 /**
+ * @WEARABLE_ONLY
  * @defgroup CAPI_EFL_EXTENSION_CIRCLE_SURFACE_MODULE Efl Extension Circle Surface
  * @ingroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE
  * @brief Surface aims to show one of its connected circle objects.