From: Llerraf Gnem Date: Wed, 26 Jul 2023 16:41:34 +0000 (-0500) Subject: docs: fix "See also" link in libinput_config_accel_profile X-Git-Tag: accepted/tizen/unified/20240105.013022~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ea4903f138887624cf74b5ccf53302d7d465242;p=platform%2Fupstream%2Flibinput.git 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 --- 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), };