xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb519386fd89aa0ab6930c4de26826c0764bfce9
commit bb519386fd89aa0ab6930c4de26826c0764bfce9 Author: Xavi Artigas <[email protected]> Date: Tue Mar 24 13:42:08 2020 +0100 doxygen docs: Fix warnings in Ecore_Wl2.h and associates --- src/lib/ecore_wl2/Ecore_Wl2.h | 15 +++++++-------- src/lib/ecore_wl2/ecore_wl2_internal.h | 10 +++++----- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 85bfd134e8..4bee824e66 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -890,7 +890,7 @@ EAPI void ecore_wl2_window_alpha_set(Ecore_Wl2_Window *window, Eina_Bool alpha); /** * Set the opaque region of the Ecore_Wl2_Window * - * @param win The window + * @param window The window * @param x The left point of the region. * @param y The top point of the region. * @param w The width of the region. @@ -904,7 +904,7 @@ EAPI void ecore_wl2_window_opaque_region_set(Ecore_Wl2_Window *window, int x, in /** * Get the opaque region of the Ecore_Wl2_Window * - * @param win The window + * @param window The window * @param x The left point of the region. * @param y The top point of the region. * @param w The width of the region. @@ -986,7 +986,7 @@ EAPI Eina_Bool ecore_wl2_window_fullscreen_get(Ecore_Wl2_Window *window); * Set the fullscreen state of a given window * * @param window The window to set the fullscreen state of - * @param maximized EINA_TRUE to set fullscreen, EINA_FALSE to unset + * @param fullscreen EINA_TRUE to set fullscreen, EINA_FALSE to unset * * @ingroup Ecore_Wl2_Window_Group * @since 1.17 @@ -1268,7 +1268,7 @@ EAPI Ecore_Wl2_Input *ecore_wl2_window_popup_input_get(Ecore_Wl2_Window *window) /** * Check if a window has a shell surface - without one it can't be visible. * - * @param The window to check + * @param win The window to check * * @return Returns true if the window has an associated shell surface. * @@ -1515,7 +1515,7 @@ EAPI void ecore_wl2_input_cursor_from_name_set(Ecore_Wl2_Input *input, const cha /** * Gets default input of a given display * - * @param display The display + * @param ewd The display * * @ingroup Ecore_Wl2_Input_Group * @since 1.24 @@ -1608,10 +1608,9 @@ EAPI void ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush); EAPI Ecore_Wl2_Frame_Cb_Handle *ecore_wl2_window_frame_callback_add(Ecore_Wl2_Window *window, Ecore_Wl2_Frame_Cb cb, void *data); /** - * delete a callback that fires when the window's surface_frame callback fires + * Delete a callback that fires when the window's surface_frame callback fires * - * @param window The window to add a callback on - * @param cb The callback handle + * @param handle The callback handle obtained through ecore_wl2_window_frame_callback_add(). * * @since 1.21 */ diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h b/src/lib/ecore_wl2/ecore_wl2_internal.h index 98dd5c1b5a..eb292ea67d 100644 --- a/src/lib/ecore_wl2/ecore_wl2_internal.h +++ b/src/lib/ecore_wl2/ecore_wl2_internal.h @@ -103,7 +103,7 @@ EAPI void ecore_wl2_window_buffer_transform_set(Ecore_Wl2_Window *window, int tr /** * Iconify a window * - * @param win The window to iconifiy + * @param window The window to iconifiy * @param iconified The new iconified state to set * * @ingroup Ecore_Wl2_Window_Group @@ -366,9 +366,9 @@ EAPI void ecore_wl2_offer_finish(Ecore_Wl2_Offer *offer); * Create and return a new subsurface. * * Create a new surface (and subsurface interface), with the parent surface - * being the one associated with the given @param win. + * being the one associated with the given window. * - * The @param win must be visible, otherwise there will be no surface created + * @param window The window. It must be visible, otherwise there will be no surface created * for it yet. * * @return the allocated and initialized Ecore_Wl2_Subsurface object, or @@ -431,8 +431,8 @@ EAPI void ecore_wl2_subsurface_position_get(Ecore_Wl2_Subsurface *subsurface, in /** * Place subsurface on layer above a reference surface * - * Moves the @param subsurface to just above the reference @param - * surface, changing the z-order. The reference @param surface must + * Moves the subsurface to just above the reference surface, + * changing the z-order. The reference surface must * be either a sibling or parent surface, else a protocol error will * be generated. * --
