diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-12-22 11:03:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-12-22 11:04:15 +1000 |
commit | 7ca6a7b13cf92776846bef866e5d73beac43fc99 (patch) | |
tree | 9a025d190aa74b57b76d28154ad47b99691851df | |
parent | 30df66d0a6dfd36f760a32394d5ddb8a45a92403 (diff) |
doc: add missing @config tag to libinput_config_send_event_modes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/libinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libinput.h b/src/libinput.h index 90574463..79d6e90b 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -2371,6 +2371,8 @@ libinput_device_config_calibration_get_default_matrix(struct libinput_device *de float matrix[6]); /** + * @ingroup config + * * The send-event mode of a device defines when a device may generate events * and pass those events to the caller. */ |