diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-05-05 13:51:00 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-05-05 13:51:00 -0400 |
commit | 26ebd007af719bda591c2cf125ae0afc8cef4777 (patch) | |
tree | 7b55885badffb3cb37897802649340d15967e484 /src/lib/ecore_drm/Ecore_Drm.h | |
parent | 179e36f5fc9f555e4bc120ffc67534c932505b85 (diff) |
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>
Diffstat (limited to 'src/lib/ecore_drm/Ecore_Drm.h')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 11 |
1 files changed, 10 insertions, 1 deletions
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); | |||
468 | */ | 468 | */ |
469 | EAPI void ecore_drm_output_cursor_size_set(Ecore_Drm_Output *output, int handle, int w, int h); | 469 | EAPI void ecore_drm_output_cursor_size_set(Ecore_Drm_Output *output, int handle, int w, int h); |
470 | 470 | ||
471 | /* TODO: Doxy */ | 471 | /** |
472 | * Enable a Ecore_Drm_Output | ||
473 | * | ||
474 | * This function will enable rendering on an Ecore_Drm_Output | ||
475 | * | ||
476 | * @param output The Ecore_Drm_Output to enable | ||
477 | * | ||
478 | * @ingroup Ecore_Drm_Output_Group | ||
479 | * @since 1.14 | ||
480 | */ | ||
472 | EAPI Eina_Bool ecore_drm_output_enable(Ecore_Drm_Output *output); | 481 | EAPI Eina_Bool ecore_drm_output_enable(Ecore_Drm_Output *output); |
473 | 482 | ||
474 | /** | 483 | /** |