From 7d7ea4ec2ea87f73cefaab86e5e6ac17ff60e4c0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 28 Jan 2015 12:52:22 +1000 Subject: [PATCH] Add missing doxygen ingroup tag for libinput_device_get_udev_device Signed-off-by: Peter Hutterer --- src/libinput.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index 7b7a2dbf..4a3c44d7 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -1515,6 +1515,8 @@ libinput_device_set_seat_logical_name(struct libinput_device *device, const char *name); /** + * @ingroup device + * * Return a udev handle to the device that is this libinput device, if any. * The returned handle has a refcount of at least 1, the caller must call * udev_device_unref() once to release the associated resources.