From 5d1c275bbc49e874740ae1acfe0809e2bd019de8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 3 Dec 2014 14:28:12 +1000 Subject: [PATCH] Add missing @ingroup tag Signed-off-by: Peter Hutterer --- src/libinput.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index 5608eaa3..be4a2225 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -2170,6 +2170,8 @@ int libinput_device_config_buttons_get_default_left_handed(struct libinput_device *device); /** + * @ingroup config + * * The scroll method of a device selects when to generate scroll axis events * instead of pointer motion events. */