ecore-wl2: Add TODO notes for missing doxygen

I have marked these as TODO (for doxygen) because we still need to
determine if we are keeping these functions in the public API

ref T8014
This commit is contained in:
Christopher Michael 2019-06-11 09:47:00 -04:00
parent 3b23496c1c
commit ecbb9ca46e
1 changed files with 2 additions and 0 deletions

View File

@ -1876,6 +1876,7 @@ EAPI void ecore_wl2_session_recovery_disable(void);
*/
EAPI void ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush);
/* TODO: doxygen if we are keeping this function public */
EAPI void ecore_wl2_window_false_commit(Ecore_Wl2_Window *window);
/**
@ -1958,6 +1959,7 @@ EAPI Eina_Bool ecore_wl2_window_resizing_get(Ecore_Wl2_Window *window);
*/
EAPI void ecore_wl2_window_update_begin(Ecore_Wl2_Window *window);
/* TODO: doxygen if we are keeping any of the below functions public */
EAPI void ecore_wl2_window_damage(Ecore_Wl2_Window *window, Eina_Rectangle *rects, unsigned int count);
EAPI Eina_Bool ecore_wl2_buffer_init(Ecore_Wl2_Display *ewd, Ecore_Wl2_Buffer_Type types);