From: Peter Hutterer Date: Wed, 28 Jan 2015 02:52:22 +0000 (+1000) Subject: Add missing doxygen ingroup tag for libinput_device_get_udev_device X-Git-Tag: 0.10.0~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d7ea4ec2ea87f73cefaab86e5e6ac17ff60e4c0;p=platform%2Fupstream%2Flibinput.git Add missing doxygen ingroup tag for libinput_device_get_udev_device Signed-off-by: Peter Hutterer --- 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.