diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-20 12:22:44 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-20 12:24:41 +0200 |
commit | e7f4bc4c2a669973e3796e2f9d3a87c610ded6eb (patch) | |
tree | d141d7d53e9c68460fa8560e92650e7edbf139a1 /src/lib/ecore_drm2 | |
parent | 6b1ed0f5737fa5a531ed016f8f0cacc9fafcca1b (diff) |
doxygen docs: Fix all invalid @param names
There were quite a few of these...
Diffstat (limited to 'src/lib/ecore_drm2')
-rw-r--r-- | src/lib/ecore_drm2/Ecore_Drm2.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/ecore_drm2/Ecore_Drm2.h b/src/lib/ecore_drm2/Ecore_Drm2.h index 5c43258177..26e55b670a 100644 --- a/src/lib/ecore_drm2/Ecore_Drm2.h +++ b/src/lib/ecore_drm2/Ecore_Drm2.h | |||
@@ -148,7 +148,7 @@ EAPI int ecore_drm2_shutdown(void); | |||
148 | * Read and process pending Drm events | 148 | * Read and process pending Drm events |
149 | * | 149 | * |
150 | * @param dev drm device | 150 | * @param dev drm device |
151 | * @param ctx | 151 | * @param drmctx |
152 | * | 152 | * |
153 | * @return 0 on success, -1 otherwise | 153 | * @return 0 on success, -1 otherwise |
154 | * | 154 | * |
@@ -230,7 +230,7 @@ EAPI void ecore_drm2_device_pointer_xy_get(Ecore_Drm2_Device *device, int *x, in | |||
230 | /** | 230 | /** |
231 | * Warp the pointer position to given coordinates | 231 | * Warp the pointer position to given coordinates |
232 | * | 232 | * |
233 | * @param dev | 233 | * @param device |
234 | * @param x | 234 | * @param x |
235 | * @param y | 235 | * @param y |
236 | * | 236 | * |
@@ -807,7 +807,7 @@ EAPI int ecore_drm2_output_rotation_get(Ecore_Drm2_Output *output); | |||
807 | /** | 807 | /** |
808 | * Set the user data for the output's page flip handler | 808 | * Set the user data for the output's page flip handler |
809 | * | 809 | * |
810 | * @param output The output to update user data for | 810 | * @param o The output to update user data for |
811 | * @param data The new user data pointer | 811 | * @param data The new user data pointer |
812 | * | 812 | * |
813 | * @ingroup Ecore_Drm2_Output_Group | 813 | * @ingroup Ecore_Drm2_Output_Group |
@@ -840,7 +840,7 @@ EAPI unsigned int ecore_drm2_output_subpixel_get(const Ecore_Drm2_Output *output | |||
840 | * Set the relative mode for an output | 840 | * Set the relative mode for an output |
841 | * | 841 | * |
842 | * @param output The output to set relative mode | 842 | * @param output The output to set relative mode |
843 | * @param relative The relative mode to set | 843 | * @param mode The relative mode to set |
844 | * | 844 | * |
845 | * @ingroup Ecore_Drm2_Output_Group | 845 | * @ingroup Ecore_Drm2_Output_Group |
846 | * @since 1.21 | 846 | * @since 1.21 |
@@ -1005,7 +1005,7 @@ EAPI Eina_Bool ecore_drm2_fb_busy_get(Ecore_Drm2_Fb *fb); | |||
1005 | * Releasing buffers committed to scanout will potentially cause flicker, | 1005 | * Releasing buffers committed to scanout will potentially cause flicker, |
1006 | * so this is only done when the panic flag is set. | 1006 | * so this is only done when the panic flag is set. |
1007 | * | 1007 | * |
1008 | * @param output The output to force release | 1008 | * @param o The output to force release |
1009 | * @param panic Try to release even buffers committed to scanout | 1009 | * @param panic Try to release even buffers committed to scanout |
1010 | * | 1010 | * |
1011 | * @return EINA_TRUE if a buffer was released | 1011 | * @return EINA_TRUE if a buffer was released |
@@ -1036,7 +1036,7 @@ EAPI void *ecore_drm2_fb_bo_get(Ecore_Drm2_Fb *fb); | |||
1036 | * @param depth | 1036 | * @param depth |
1037 | * @param bpp | 1037 | * @param bpp |
1038 | * @param format | 1038 | * @param format |
1039 | * @param stride | 1039 | * @param strides |
1040 | * @param dmabuf_fd | 1040 | * @param dmabuf_fd |
1041 | * @param dmabuf_fd_count | 1041 | * @param dmabuf_fd_count |
1042 | * | 1042 | * |