From 5e256e4f49abf018791f52d5e01faf5d4b5b00a6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Sep 2014 16:37:36 +1000 Subject: [PATCH] Add missing doxygen @ingroup commands Signed-off-by: Peter Hutterer --- src/libinput.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index 8f1dca25..cae10f40 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -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. * -- 2.34.1