mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 05:50:26 +01:00
Add missing doxygen @ingroup commands
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f73c28bf70
commit
5e256e4f49
1 changed files with 6 additions and 0 deletions
|
|
@ -1725,6 +1725,8 @@ uint32_t
|
|||
libinput_device_config_send_events_get_modes(struct libinput_device *device);
|
||||
|
||||
/**
|
||||
* @ingroup config
|
||||
*
|
||||
* Set the send-event mode for this device. The mode defines when the device
|
||||
* processes and sends events to the caller.
|
||||
*
|
||||
|
|
@ -1756,6 +1758,8 @@ libinput_device_config_send_events_set_mode(struct libinput_device *device,
|
|||
enum libinput_config_send_events_mode mode);
|
||||
|
||||
/**
|
||||
* @ingroup config
|
||||
*
|
||||
* Get the send-event mode for this device. The mode defines when the device
|
||||
* processes and sends events to the caller.
|
||||
*
|
||||
|
|
@ -1770,6 +1774,8 @@ enum libinput_config_send_events_mode
|
|||
libinput_device_config_send_events_get_mode(struct libinput_device *device);
|
||||
|
||||
/**
|
||||
* @ingroup config
|
||||
*
|
||||
* Get the default send-event mode for this device. The mode defines when
|
||||
* the device processes and sends events to the caller.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue