From be13b84f7064ec81db536d5e4e9b11f06644c3af Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 2 Mar 2015 17:04:49 +1000 Subject: [PATCH] doc: add missing @ref tag 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 06207fd7..204f4909 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -162,7 +162,7 @@ struct libinput_tool; * LIBINPUT_DEVICE_CAP_TABLET capability. The tool type defines the default * usage of the tool as advertised by the manufacturer. Multiple different * physical tools may share the same tool type, e.g. a Wacom Classic Pen, - * Wacom Pro Pen and a Wacom Grip Pen are all of type LIBINPUT_TOOL_PEN. + * Wacom Pro Pen and a Wacom Grip Pen are all of type @ref LIBINPUT_TOOL_PEN. * Use libinput_tool_get_tool_id() to get a specific model where applicable. * * Note that on some device, the eraser tool is on the tail end of a pen