From 029c0b199ac67ee5d8a6948efc2e333daa83c252 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 17 Jan 2019 10:44:47 +1000 Subject: [PATCH] doc: correct a slightly ambiguous @ref wording Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 24ac8f34..9eac2297 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -786,7 +786,7 @@ enum libinput_event_type { * LIBINPUT_DEVICE_CAP_TABLET_PAD capability. * * This event is not to be confused with the button events emitted - * by tools on a tablet. See @ref LIBINPUT_EVENT_TABLET_TOOL_BUTTON. + * by tools on a tablet (@ref LIBINPUT_EVENT_TABLET_TOOL_BUTTON). */ LIBINPUT_EVENT_TABLET_PAD_BUTTON = 700, /**