doc: fix doxyen complaints after fd6c9b8ca0ec0791c
[platform/upstream/libevdev.git] / README.md
1 libevdev - wrapper library for evdev input devices
2 ==================================================
3
4 libevdev is a wrapper library for evdev devices. it moves the common
5 tasks when dealing with evdev devices into a library and provides a library
6 interface to the callers, thus avoiding erroneous ioctls, etc.
7
8 https://gitlab.freedesktop.org/libevdev/libevdev.git
9
10 The eventual goal is that libevdev wraps all ioctls available to evdev
11 devices, thus making direct access unnecessary.
12
13 Go here for the API documentation:
14 http://www.freedesktop.org/software/libevdev/doc/latest/
15
16 File bugs in the freedesktop.org GitLab instance:
17 https://gitlab.freedesktop.org/libevdev/libevdev/issues/
18
19 Patches should be submitted as merge requests in the GitLab instance:
20 https://gitlab.freedesktop.org/libevdev/libevdev/merge_requests/
21
22 Questions and general comments should be submitted to the
23 input-tools@lists.freedesktop.org mailing list:
24 http://lists.freedesktop.org/mailman/listinfo/input-tools