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_drm/ecore_drm_evdev.c | |
parent | 6b1ed0f5737fa5a531ed016f8f0cacc9fafcca1b (diff) |
doxygen docs: Fix all invalid @param names
There were quite a few of these...
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index 4fa66bc076..c907769be9 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c | |||
@@ -963,7 +963,7 @@ _ecore_drm_evdev_event_process(struct libinput_event *event) | |||
963 | /** | 963 | /** |
964 | * @brief Set the axis size of the given device. | 964 | * @brief Set the axis size of the given device. |
965 | * | 965 | * |
966 | * @param dev The device to set the axis size to. | 966 | * @param edev The device to set the axis size to. |
967 | * @param w The width of the axis. | 967 | * @param w The width of the axis. |
968 | * @param h The height of the axis. | 968 | * @param h The height of the axis. |
969 | * | 969 | * |