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_win32 | |
parent | 6b1ed0f5737fa5a531ed016f8f0cacc9fafcca1b (diff) |
doxygen docs: Fix all invalid @param names
There were quite a few of these...
Diffstat (limited to 'src/lib/ecore_win32')
-rw-r--r-- | src/lib/ecore_win32/Ecore_Win32.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h index 722f0aa124..b83f8dae54 100644 --- a/src/lib/ecore_win32/Ecore_Win32.h +++ b/src/lib/ecore_win32/Ecore_Win32.h | |||
@@ -702,15 +702,12 @@ EAPI Eina_Bool ecore_win32_clipboard_set(const Ecore_Win32_Window *window, | |||
702 | * @brief Get data from the clipboard. | 702 | * @brief Get data from the clipboard. |
703 | * | 703 | * |
704 | * @param[in] window The window that owns the clipboard. | 704 | * @param[in] window The window that owns the clipboard. |
705 | * @param[out] data The retrieved data. | ||
706 | * @param[out] size The size of the data. | 705 | * @param[out] size The size of the data. |
707 | * @param[in] mime_type The mime type describing the data in the clipboard. | 706 | * @param[in] mime_type The mime type describing the data in the clipboard. |
708 | * @return #EINA_TRUE on success, #EINA_FALSE otherwise. | 707 | * @return The retrieved data. |
709 | * | 708 | * |
710 | * This function gets @p data of size @p size from the clipboard owned by | 709 | * This function gets data of size @p size from the clipboard owned by |
711 | * @p window. This function returns #EINA_TRUE on success, and | 710 | * @p window. @p size must be a valid buffer. |
712 | * #EINA_FALSE otherwise. If @p window is @c NULL, this function returns | ||
713 | * #EINA_FALSE. @p data and @p size must be valid buffers. | ||
714 | * | 711 | * |
715 | * @since 1.24 | 712 | * @since 1.24 |
716 | */ | 713 | */ |