devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ecbb9ca46ea0fb6f1117ae9598441435979e733f

commit ecbb9ca46ea0fb6f1117ae9598441435979e733f
Author: Christopher Michael <[email protected]>
Date:   Tue Jun 11 09:47:00 2019 -0400

    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
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 90ed94450c..4993afe9f4 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -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);

-- 


Reply via email to