From 5ea4903f138887624cf74b5ccf53302d7d465242 Mon Sep 17 00:00:00 2001 From: Llerraf Gnem Date: Wed, 26 Jul 2023 11:41:34 -0500 Subject: [PATCH] docs: fix "See also" link in libinput_config_accel_profile Used to be to libinput_device_config_accel_set_points, corrected to libinput_config_accel_set_points --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 27270495..6258a1af 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -5237,7 +5237,7 @@ enum libinput_config_accel_profile { * on user defined custom acceleration functions for each movement * type. * - * @see libinput_device_config_accel_set_points + * @see libinput_config_accel_set_points */ LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM = (1 << 2), }; -- 2.34.1