diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-03 16:38:09 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-06-03 17:47:41 +1000 |
| commit | cf645672dc8df9f002a261a881078cbe7fd65a71 (patch) | |
| tree | 38842929e9e6a1fb4a04e9e90c17b79baa74b626 /libevdev | |
| parent | ae7b6128a8aeaf03f585346e796d79a2c22e591d (diff) | |
| download | libevdev-cf645672dc8df9f002a261a881078cbe7fd65a71.tar.gz | |
doc: fix some doxygen warnings
warning: explicit link request to 'defines' could not be resolved
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev')
| -rw-r--r-- | libevdev/libevdev.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 3027d2e..042b25b 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -2179,7 +2179,7 @@ int libevdev_event_value_from_name(unsigned int type, unsigned int code, * * Look up an event type for a event code name. For example, the name * "ABS_Y" returns EV_ABS. 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 + * 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_type_from_name() but takes the code @@ -2198,7 +2198,7 @@ libevdev_event_type_from_code_name(const char *name); * * Look up an event type for a event code name. For example, the name * "ABS_Y" returns EV_ABS. 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 + * 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_type_from_name_n() but takes the code @@ -2219,7 +2219,7 @@ libevdev_event_type_from_code_name_n(const char *name, size_t len); * * 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. + * 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. @@ -2237,7 +2237,7 @@ libevdev_event_code_from_code_name(const char *name); * * 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. + * 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. |
