stefan pushed a commit to branch efl-1.24.

http://git.enlightenment.org/core/efl.git/commit/?id=3a50d86067b9b28f493d01cc4d863fef29385025

commit 3a50d86067b9b28f493d01cc4d863fef29385025
Author: Xavi Artigas <[email protected]>
Date:   Wed Apr 29 16:17:53 2020 +0200

    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);

-- 


Reply via email to