mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 21:40:05 +01:00
doc: include linux/input.h verbatim in the documentation
This makes it easier to look up what specific version libevdev was compiled against. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
This commit is contained in:
parent
fb480e7d8f
commit
4d975f9317
2 changed files with 10 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ EXCLUDE_SYMBOLS =
|
|||
# directories that contain example code fragments that are included (see
|
||||
# the \include command).
|
||||
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATH = @top_srcdir@/include
|
||||
|
||||
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
|
||||
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
|
|
|||
|
|
@ -470,6 +470,15 @@ extern "C" {
|
|||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @page kernel_header Kernel header
|
||||
*
|
||||
* libevdev provides its own copy of the Linux kernel header file and
|
||||
* compiles against the definitions define here. Event type and event code
|
||||
* names, etc. are taken from the file below:
|
||||
* @include linux/input.h
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup init Initialization and setup
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue