Add for internal API comments. 09/293909/2
authorjykeon <jykeon@samsung.com>
Thu, 8 Jun 2023 04:36:05 +0000 (13:36 +0900)
committerChun <jykeon@samsung.com>
Thu, 8 Jun 2023 06:14:16 +0000 (06:14 +0000)
Change-Id: I270252ed7cd7d2b6d49542fb3c3b100b322eea3b
Signed-off-by: jykeon <jykeon@samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h

index 077b1f8..c5772ad 100644 (file)
@@ -2550,18 +2550,23 @@ EAPI unsigned int ecore_wl2_window_resource_id_get(Ecore_Wl2_Window *window);
 //
 
 // TIZEN_ONLY(20221208): support default cursor configuration
+/** @internal */
 EAPI void ecore_wl2_cursor_config_name_set(const char *name);
 //
 
 //TIZEN_ONLY(20221228): add resize request set for ignoring configure event
+/** @internal */
 EAPI void ecore_wl2_window_resize_request_set(Ecore_Wl2_Window *window, int w, int h);
 //
 //TIZEN_ONLY(20230220): unset pending resize request
+/** @internal */
 EAPI void ecore_wl2_window_resize_request_unset(Ecore_Wl2_Window *window);
 //
 
 //TIZEN_ONLY(20230306): support pin mode
+/** @internal */
 EAPI void ecore_wl2_window_pin_mode_set(Ecore_Wl2_Window *window, Eina_Bool pinned);
+/** @internal */
 EAPI Eina_Bool ecore_wl2_window_pin_mode_get(Ecore_Wl2_Window *window);
 //