From 203c3963ef476b667f7aa7bb22ccbb06416b6701 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 29 Apr 2020 16:17:53 +0200 Subject: [PATCH] doxygen docs: Fix missing links in Ecore_Drm Ecore_Drm_Input had SOME docs, so a group for them is created. Ecore_Drm_Sprite had NO DOCS at all, so the link is just removed. This is a deprecated library anyway. --- src/lib/ecore_drm/Ecore_Drm.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index 6d87efded5..3896b529d0 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h @@ -221,7 +221,6 @@ EAPI extern int ECORE_DRM_EVENT_SEAT_ADD; /**< @since 1.14 */ * @li @ref Ecore_Drm_Tty_Group * @li @ref Ecore_Drm_Output_Group * @li @ref Ecore_Drm_Input_Group - * @li @ref Ecore_Drm_Sprite_Group * @li @ref Ecore_Drm_Fb_Group * */ @@ -621,12 +620,17 @@ EAPI unsigned int ecore_drm_output_crtc_buffer_get(Ecore_Drm_Output *output); */ EAPI unsigned int ecore_drm_output_connector_id_get(Ecore_Drm_Output *output); -/* TODO: Doxy */ +/** @defgroup Ecore_Drm_Input_Group Drm input handling + * @{ + */ EAPI Eina_Bool ecore_drm_inputs_create(Ecore_Drm_Device *dev); EAPI void ecore_drm_inputs_destroy(Ecore_Drm_Device *dev); EAPI Eina_Bool ecore_drm_inputs_enable(Ecore_Drm_Input *input); EAPI void ecore_drm_inputs_disable(Ecore_Drm_Input *input); EAPI void ecore_drm_inputs_device_axis_size_set(Ecore_Drm_Evdev *dev, int w, int h); +/** + * @} + */ EAPI Eina_Bool ecore_drm_sprites_create(Ecore_Drm_Device *dev); EAPI void ecore_drm_sprites_destroy(Ecore_Drm_Device *dev);