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.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-05 13:51:00 -04:00
parent 179e36f5fc
commit 26ebd007af
1 changed files with 10 additions and 1 deletions

View File

@ -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);
/**