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
This commit is contained in:
Llerraf Gnem 2023-07-26 11:41:34 -05:00
parent f617b414fb
commit 38fdfd1dfe
No known key found for this signature in database
GPG key ID: F1DDB56A17DD8D15

View file

@ -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),
};