elementary: add @ingroup to open the APIs publicly 95/229995/2
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 7 Apr 2020 05:05:50 +0000 (14:05 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 7 Apr 2020 05:49:05 +0000 (05:49 +0000)
To open the following APIs publicly, the APIs are added to @ingroup.
- elm_object_scroll_back_to_top_enabled_set
- elm_object_scroll_back_to_top_enabled_get
- elm_object_scroll_back_to_top_cb_set
- elm_naviframe_item_push_from

@tizen_only

Change-Id: I58a615380dc110578df44ec3a191b1cafbd84e79

src/lib/elementary/elc_naviframe_common.h
src/lib/elementary/elm_object.h

index 04d60ebac917f4c81219c1cf959fe283a29457e5..8f3f841cb5359c8e90d7bba41e9fccdcb76769fe 100755 (executable)
@@ -74,6 +74,8 @@ EAPI Elm_Object_Item *elm_naviframe_item_push(Evas_Object *obj, const char *titl
  * @return The created item or @c NULL upon failure.
  *
  * @see elm_naviframe_item_push
+ *
+ * @ingroup Elm_Naviframe_Group
  */
 EAPI Elm_Object_Item *elm_naviframe_item_push_from(Evas_Object *obj, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style, Evas_Object *target);
 //
index db4e74f616af4ffc970128708f8cd5b39b78ecf6..fbe1e8480aae7ba61da5acd547ee09ba137f8d63 100644 (file)
@@ -552,6 +552,7 @@ EAPI Eina_Bool   elm_object_orientation_mode_disabled_get(const Evas_Object *obj
  *
  * @details Application have to take care of padding in bottom to avoid overlap
  *
+ * @ingroup Elm_General
  *
  * @if WEARABLE @since_tizen 5.5
  * @endif
@@ -565,6 +566,7 @@ EAPI void elm_object_scroll_back_to_top_enabled_set(Evas_Object *obj, Eina_Bool
  * @param[in] obj The scroller / genlist object
  * @return The back to top button state
  *
+ * @ingroup Elm_General
  *
  * @if WEARABLE @since_tizen 5.5
  * @endif
@@ -580,6 +582,7 @@ EAPI Eina_Bool elm_object_scroll_back_to_top_enabled_get(const Evas_Object *obj)
  *            Framework will not scroll back to top position in this scenario, Application have
  *            to handle the event as required.
  *
+ * @ingroup Elm_General
  *
  * @if WEARABLE @since_tizen 5.5
  * @endif