elm_win_legacy: add Elm_Win group for document of elm_win_aux_hint APIs 24/224224/2
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 7 Feb 2020 05:47:39 +0000 (14:47 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Fri, 7 Feb 2020 06:58:19 +0000 (15:58 +0900)
Change-Id: If66fa45f1c2f7ff59d890556fc8f4f3c321f80c6

src/lib/elementary/elm_win_legacy.h

index 83fbefc..eaa2afa 100644 (file)
@@ -1485,6 +1485,8 @@ EAPI int elm_win_active_win_orientation_get(Evas_Object *obj);
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI const Eina_List      *elm_win_aux_hints_supported_get(const Evas_Object *obj);
 
@@ -1504,6 +1506,8 @@ EAPI const Eina_List      *elm_win_aux_hints_supported_get(const Evas_Object *ob
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI int                   elm_win_aux_hint_add(Evas_Object *obj, const char *hint, const char *val);
 
@@ -1521,6 +1525,8 @@ EAPI int                   elm_win_aux_hint_add(Evas_Object *obj, const char *hi
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI Eina_Bool             elm_win_aux_hint_del(Evas_Object *obj, const int id);
 
@@ -1539,6 +1545,8 @@ EAPI Eina_Bool             elm_win_aux_hint_del(Evas_Object *obj, const int id);
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI Eina_Bool             elm_win_aux_hint_val_set(Evas_Object *obj, const int id, const char *val);
 
@@ -1554,6 +1562,8 @@ EAPI Eina_Bool             elm_win_aux_hint_val_set(Evas_Object *obj, const int
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI const char           *elm_win_aux_hint_val_get(Evas_Object *obj, int id);
 
@@ -1570,6 +1580,8 @@ EAPI const char           *elm_win_aux_hint_val_get(Evas_Object *obj, int id);
  * @if MOBILE @since_tizen 5.5
  * @elseif WEARABLE @since_tizen 5.5
  * @endif
+ *
+ * @ingroup Elm_Win
  */
 EAPI int                   elm_win_aux_hint_id_get(Evas_Object *obj, const char *hint);