From 26ebd007af719bda591c2cf125ae0afc8cef4777 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 5 May 2015 13:51:00 -0400 Subject: [PATCH] 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 --- 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 e3620df342..302af389cf 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); /**