From b94b40206b83d09871c7b2c6877bc7cb812f3c7d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 May 2016 08:49:12 +1000 Subject: [PATCH] doc: add missing @ingroup tag to the accel profile enum Signed-off-by: Peter Hutterer --- src/libinput.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index 97fd5709..cedcabfa 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -3871,6 +3871,9 @@ libinput_device_config_accel_get_speed(struct libinput_device *device); double libinput_device_config_accel_get_default_speed(struct libinput_device *device); +/** + * @ingroup config + */ enum libinput_config_accel_profile { /** * Placeholder for devices that don't have a configurable pointer