diff options
author | Christopher Michael <cp.michael@samsung.com> | 2019-04-01 10:31:08 -0400 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2019-04-01 10:31:08 -0400 |
commit | d3a8f0f250881cbf037bf7783763bd28c1adb54e (patch) | |
tree | efb41416a536e1f4181ed553b0153b0ab1cb415e /src/lib/ecore_drm2/Ecore_Drm2.h | |
parent | 83d4890c74a91f9f2a61b3e2e515fbab0da155c3 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm2/Ecore_Drm2.h | 6 |
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 | |||
1130 | * @param fb The fb to register the callback on | 1130 | * @param fb The fb to register the callback on |
1131 | * @param handler The function to handle the callback | 1131 | * @param handler The function to handle the callback |
1132 | * @param data The user data to pass to the callback | 1132 | * @param data The user data to pass to the callback |
1133 | * @ingroup Ecore_Drm2_Output_Group | 1133 | * @ingroup Ecore_Drm2_Fb_Group |
1134 | * @since 1.20 | 1134 | * @since 1.20 |
1135 | */ | 1135 | */ |
1136 | EAPI void ecore_drm2_fb_status_handler_set(Ecore_Drm2_Fb *fb, Ecore_Drm2_Fb_Status_Handler handler, void *data); | 1136 | 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 | |||
1149 | * @param sec | 1149 | * @param sec |
1150 | * @param usec | 1150 | * @param usec |
1151 | * | 1151 | * |
1152 | * @ingroup Ecore_Drm2_Output_Group | ||
1152 | * @since 1.20 | 1153 | * @since 1.20 |
1153 | */ | 1154 | */ |
1154 | EAPI Eina_Bool ecore_drm2_output_blanktime_get(Ecore_Drm2_Output *output, int sequence, long *sec, long *usec); | 1155 | 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 | |||
1160 | * | 1161 | * |
1161 | * @param device | 1162 | * @param device |
1162 | * | 1163 | * |
1164 | * @ingroup Ecore_Drm2_Device_Group | ||
1163 | * @since 1.20 | 1165 | * @since 1.20 |
1164 | */ | 1166 | */ |
1165 | |||
1166 | EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device); | 1167 | EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device); |
1167 | 1168 | ||
1168 | /** | 1169 | /** |
@@ -1173,6 +1174,7 @@ EAPI int ecore_drm2_device_fd_get(Ecore_Drm2_Device *device); | |||
1173 | * | 1174 | * |
1174 | * @param output | 1175 | * @param output |
1175 | * @return Whether there's a flip in progress or not | 1176 | * @return Whether there's a flip in progress or not |
1177 | * @ingroup Ecore_Drm2_Output_Group | ||
1176 | * @since 1.20 | 1178 | * @since 1.20 |
1177 | */ | 1179 | */ |
1178 | EAPI Eina_Bool ecore_drm2_output_pending_get(Ecore_Drm2_Output *output); | 1180 | EAPI Eina_Bool ecore_drm2_output_pending_get(Ecore_Drm2_Output *output); |