efl doc: Marks @internal. 79/205379/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Fri, 3 May 2019 01:48:38 +0000 (10:48 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Fri, 3 May 2019 01:48:59 +0000 (10:48 +0900)
This patch is for marking non-managed ecore_wayland and elementary APIs with @internal.

Change-Id: Idf90f0c1e1619ebe6464b217ea4fee92bf2f4f78

src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/elementary/efl_ui_panel_private.h

index 233a3ca..a6334bb 100644 (file)
@@ -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
  *
index 18a3273..8df05c6 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *