diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-04-05 15:37:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-04-06 08:18:33 +1000 |
commit | 24963d4e4574dc525fa51eec27eb63dbbe138e8f (patch) | |
tree | 5bc61af5e9e2bda090f14e2be604b8d1a387bc14 /src/libinput.h | |
parent | 928bad9104f6270dc638022ba8cc20f42a0e1b41 (diff) |
Fix a doxygen link for the get_default_matrix call
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/libinput.h')
-rw-r--r-- | src/libinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libinput.h b/src/libinput.h index 759bce91..f1a0a2a6 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -4325,7 +4325,7 @@ libinput_device_config_calibration_get_matrix(struct libinput_device *device, * * @see libinput_device_config_calibration_has_matrix * @see libinput_device_config_calibration_set_matrix - * @see libinput_device_config_calibration_get_default_matrix + * @see libinput_device_config_calibration_get_matrix */ int libinput_device_config_calibration_get_default_matrix(struct libinput_device *device, |