diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-17 10:44:47 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-17 12:32:48 +1000 |
commit | 029c0b199ac67ee5d8a6948efc2e333daa83c252 (patch) | |
tree | 9e170697a6f7d79fdff9a2b98a9a737ddbb68530 /src/libinput.h | |
parent | c8599ea2ae68a35b39b94753725ffc793f959a6e (diff) |
doc: correct a slightly ambiguous @ref wording
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 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, /** |