Add missing doxygen @ingroup commands
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 22 Sep 2014 06:37:36 +0000 (16:37 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 23 Sep 2014 01:24:44 +0000 (11:24 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h

index 8f1dca2..cae10f4 100644 (file)
@@ -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.
  *