summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2019-04-01 10:31:08 -0400
committerChristopher Michael <cp.michael@samsung.com>2019-04-01 10:31:08 -0400
commitd3a8f0f250881cbf037bf7783763bd28c1adb54e (patch)
treeefb41416a536e1f4181ed553b0153b0ab1cb415e
parent83d4890c74a91f9f2a61b3e2e515fbab0da155c3 (diff)
downloadefl-d3a8f0f250881cbf037bf7783763bd28c1adb54e.tar.gz
ecore-drm2: Add missing @ingroup for some doxy
Small patch to add missing @ingroup for doxygen comments, and correct one that was in the wrong group @fix
-rw-r--r--src/lib/ecore_drm2/Ecore_Drm2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ecore_drm2/Ecore_Drm2.h b/src/lib/ecore_drm2/Ecore_Drm2.h
index 2274345590..ecf4f4a2bd 100644
--- a/src/lib/ecore_drm2/Ecore_Drm2.h
+++ b/src/lib/ecore_drm2/Ecore_Drm2.h
@@ -1130,7 +1130,7 @@ EAPI Eina_Bool ecore_drm2_plane_fb_set(Ecore_Drm2_Plane *plane, Ecore_Drm2_Fb *f
* @param fb The fb to register the callback on
* @param handler The function to handle the callback
* @param data The user data to pass to the callback
- * @ingroup Ecore_Drm2_Output_Group
+ * @ingroup Ecore_Drm2_Fb_Group
* @since 1.20
*/
EAPI void ecore_drm2_fb_status_handler_set(Ecore_Drm2_Fb *fb, Ecore_Drm2_Fb_Status_Handler handler, void *data);
@@ -1149,6 +1149,7 @@ EAPI void ecore_drm2_fb_status_handler_set(Ecore_Drm2_Fb *fb, Ecore_Drm2_Fb_Stat
* @param sec
* @param usec
*
+ * @ingroup Ecore_Drm2_Output_Group
* @since 1.20
*/
EAPI Eina_Bool ecore_drm2_output_blanktime_get(Ecore_Drm2_Output *output, int sequence, long *sec, long *usec);
@@ -1160,9 +1161,9 @@ EAPI Eina_Bool ecore_drm2_output_blanktime_get(Ecore_Drm2_Output *output, int se
*
* @param device
*
+ * @ingroup Ecore_Drm2_Device_Group
* @since 1.20
*/
-
EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device);
/**
@@ -1173,6 +1174,7 @@ EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device);
*
* @param output
* @return Whether there's a flip in progress or not
+ * @ingroup Ecore_Drm2_Output_Group
* @since 1.20
*/
EAPI Eina_Bool ecore_drm2_output_pending_get(Ecore_Drm2_Output *output);