Add missing doxygen ingroup tag for libinput_device_get_udev_device

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-01-28 12:52:22 +10:00
parent fd8a29fb69
commit 7d7ea4ec2e

View file

@ -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.