mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-02 22:40:11 +01:00
doc: fix doxyen complaints after fd6c9b8ca0
Fixes fd6c9b8ca0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cb5d56ab80
commit
b40675c701
1 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue