mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 16:10:07 +01:00
doc: fix some doxygen layout
The linewrapped 1 caused doxygen to start a list Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cf645672dc
commit
c8be2b3260
1 changed files with 8 additions and 6 deletions
|
|
@ -2217,9 +2217,10 @@ libevdev_event_type_from_code_name_n(const char *name, size_t len);
|
|||
/**
|
||||
* @ingroup misc
|
||||
*
|
||||
* Look up an event code by its name. For example, the name "ABS_Y" returns
|
||||
* 1. For the lookup to succeed, the name must be unique, which is the case
|
||||
* for all defines as of kernel 5.0 and likely to be the case in the future.
|
||||
* Look up an event code by its name. For example, the name "ABS_Y"
|
||||
* returns 1. For the lookup to succeed, the name must be unique, which is
|
||||
* the case for all defines as of kernel 5.0 and likely to be the case in
|
||||
* the future.
|
||||
*
|
||||
* This is equivalent to libevdev_event_code_from_name() without the need
|
||||
* for knowing the event type.
|
||||
|
|
@ -2235,9 +2236,10 @@ libevdev_event_code_from_code_name(const char *name);
|
|||
/**
|
||||
* @ingroup misc
|
||||
*
|
||||
* Look up an event code by its name. For example, the name "ABS_Y" returns
|
||||
* 1. For the lookup to succeed, the name must be unique, which is the case
|
||||
* for all defines as of kernel 5.0 and likely to be the case in the future.
|
||||
* Look up an event code by its name. For example, the name "ABS_Y"
|
||||
* returns 1. For the lookup to succeed, the name must be unique, which is
|
||||
* the case for all defines as of kernel 5.0 and likely to be the case in
|
||||
* the future.
|
||||
*
|
||||
* This is equivalent to libevdev_event_code_from_name_n() without the need
|
||||
* for knowing the event type.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue