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.