devilhorns pushed a commit to branch master.

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

commit 26ebd007af719bda591c2cf125ae0afc8cef4777
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue May 5 13:51:00 2015 -0400

    ecore-drm: Add missing doxy for ecore_drm_output_enable
    
    Summary: This adds missing doxygen for function ecore_drm_output_enable
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/Ecore_Drm.h | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h
index e3620df..302af38 100644
--- a/src/lib/ecore_drm/Ecore_Drm.h
+++ b/src/lib/ecore_drm/Ecore_Drm.h
@@ -468,7 +468,16 @@ EAPI void ecore_drm_output_free(Ecore_Drm_Output *output);
  */
 EAPI void ecore_drm_output_cursor_size_set(Ecore_Drm_Output *output, int 
handle, int w, int h);
 
-/* TODO: Doxy */
+/**
+ * Enable a Ecore_Drm_Output
+ *
+ * This function will enable rendering on an Ecore_Drm_Output
+ *
+ * @param output The Ecore_Drm_Output to enable
+ *
+ * @ingroup Ecore_Drm_Output_Group
+ * @since 1.14
+ */
 EAPI Eina_Bool ecore_drm_output_enable(Ecore_Drm_Output *output);
 
 /**

-- 


Reply via email to