projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd8a29f
)
Add missing doxygen ingroup tag for libinput_device_get_udev_device
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 28 Jan 2015 02:52:22 +0000
(12:52 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 30 Jan 2015 05:39:41 +0000
(15:39 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h
patch
|
blob
|
history
diff --git
a/src/libinput.h
b/src/libinput.h
index 7b7a2dbf64a9fd93f36812cae9e8daa4da9e8864..4a3c44d7ad55cd1fbb3c2be2d25b9c8913c05160 100644
(file)
--- 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.