From d6da0e18c21a18c00c29104a8ba2febe1315207c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 11 Feb 2015 13:48:34 +1000 Subject: [PATCH] Add two missing @ref tags Signed-off-by: Peter Hutterer --- src/libinput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 577c0067..857b3fa8 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -730,11 +730,11 @@ libinput_event_pointer_get_axis_value(struct libinput_event_pointer *event, * The coordinate system is identical to the cursor movement, i.e. a * scroll value of 1 represents the equivalent relative motion of 1. * - * For pointer events that are not of type LIBINPUT_EVENT_POINTER_AXIS, + * For pointer events that are not of type @ref LIBINPUT_EVENT_POINTER_AXIS, * this function returns 0. * * @note It is an application bug to call this function for events other than - * LIBINPUT_EVENT_POINTER_AXIS. + * @ref LIBINPUT_EVENT_POINTER_AXIS. * * @return the source for this axis event */ -- 2.34.1