From 83922e357107e73d41ef599cbb5adedb3748a7e7 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Fri, 3 May 2019 10:48:38 +0900 Subject: [PATCH] efl doc: Marks @internal. This patch is for marking non-managed ecore_wayland and elementary APIs with @internal. Change-Id: Idf90f0c1e1619ebe6464b217ea4fee92bf2f4f78 --- src/lib/ecore_wayland/Ecore_Wayland.h | 7 +++++++ src/lib/elementary/efl_ui_panel_private.h | 1 + 2 files changed, 8 insertions(+) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index 233a3ca..a6334bb 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -603,6 +603,7 @@ EAPI extern int ECORE_WL_EVENT_CLIPBOARD_DATA_SELECTED; // End of TIZEN_ONLY(20171109) /** + * @internal * @defgroup Ecore_Wl_Init_Group Wayland Library Init and Shutdown Functions * @ingroup Ecore_Wl_Group * @@ -636,6 +637,7 @@ EAPI int ecore_wl_init(const char *name); EAPI int ecore_wl_shutdown(void); /** + * @internal * @defgroup Ecore_Wl_Flush_Group Wayland Synchronization Functions * @ingroup Ecore_Wl_Group * @@ -663,6 +665,7 @@ EAPI void ecore_wl_flush(void); EAPI void ecore_wl_sync(void); /** + * @internal * @defgroup Ecore_Wl_Display_Group Wayland Display Functions * @ingroup Ecore_Wl_Group * @@ -767,6 +770,7 @@ EAPI Eina_Bool ecore_wl_animator_source_set(Ecore_Animator_Source source); EAPI struct wl_cursor *ecore_wl_cursor_get(const char *cursor_name); /** + * @internal * @defgroup Ecore_Wl_Input_Group Functions dealing with Wayland Input * @ingroup Ecore_Wl_Group * @@ -839,6 +843,7 @@ EAPI Eina_Inlist *ecore_wl_globals_get(void); EAPI struct wl_registry *ecore_wl_registry_get(void); /** + * @internal * @defgroup Ecore_Wl_Window_Group Wayland Window functions. * @ingroup Ecore_Wl_Group * Functions that can be used to create a Wayland window. @@ -1134,6 +1139,7 @@ EAPI void ecore_wl_window_rotation_set(Ecore_Wl_Window *win, int rotation); EAPI int ecore_wl_window_rotation_get(Ecore_Wl_Window *win); /** + * @internal * @defgroup Ecore_Wl_Dnd_Group Functions dealing with Wayland Drag-n-Drop * @ingroup Ecore_Wl_Group * @@ -1271,6 +1277,7 @@ EAPI Eina_Bool ecore_wl_server_mode_get(void); // End of TIZEN_ONLY(20171109) /** + * @internal * @defgroup Ecore_Wl_Subsurf Functions to manipulate subsurfaces. * @ingroup Ecore_Wl_Group * diff --git a/src/lib/elementary/efl_ui_panel_private.h b/src/lib/elementary/efl_ui_panel_private.h index 18a3273..8df05c6 100644 --- a/src/lib/elementary/efl_ui_panel_private.h +++ b/src/lib/elementary/efl_ui_panel_private.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * -- 2.7.4