doc: fix doxyen complaints after fd6c9b8ca0

Fixes fd6c9b8ca0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-09-11 11:56:01 +10:00
parent cb5d56ab80
commit b40675c701

View file

@ -1704,7 +1704,7 @@ int libevdev_get_current_slot(const struct libevdev *dev);
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param code One of ABS_X, ABS_Y, ...
* @param min The new minimum for this axis
* @param val The new minimum for this axis
*/
void libevdev_set_abs_minimum(struct libevdev *dev, unsigned int code, int val);
@ -1717,7 +1717,7 @@ void libevdev_set_abs_minimum(struct libevdev *dev, unsigned int code, int val);
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param code One of ABS_X, ABS_Y, ...
* @param max The new maxium for this axis
* @param val The new maxium for this axis
*/
void libevdev_set_abs_maximum(struct libevdev *dev, unsigned int code, int val);
@ -1730,7 +1730,7 @@ void libevdev_set_abs_maximum(struct libevdev *dev, unsigned int code, int val);
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param code One of ABS_X, ABS_Y, ...
* @param fuzz The new fuzz for this axis
* @param val The new fuzz for this axis
*/
void libevdev_set_abs_fuzz(struct libevdev *dev, unsigned int code, int val);
@ -1743,7 +1743,7 @@ void libevdev_set_abs_fuzz(struct libevdev *dev, unsigned int code, int val);
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param code One of ABS_X, ABS_Y, ...
* @param flat The new flat for this axis
* @param val The new flat for this axis
*/
void libevdev_set_abs_flat(struct libevdev *dev, unsigned int code, int val);
@ -1756,7 +1756,7 @@ void libevdev_set_abs_flat(struct libevdev *dev, unsigned int code, int val);
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param code One of ABS_X, ABS_Y, ...
* @param resolution The new axis resolution
* @param val The new axis resolution
*/
void libevdev_set_abs_resolution(struct libevdev *dev, unsigned int code, int val);