mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 01:58:01 +02:00
doc: two doxygen typo fixes
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/361>
This commit is contained in:
parent
a646a4c19b
commit
7141566924
1 changed files with 3 additions and 3 deletions
|
|
@ -441,7 +441,7 @@ eis_log_context_get_func(struct eis_log_context *ctx);
|
|||
* messages with a log level equal or greater than than the one set in
|
||||
* eis_log_set_priority().
|
||||
*
|
||||
* @param eis The EIs context
|
||||
* @param eis The EIS context
|
||||
* @param priority The log priority
|
||||
* @param message The log message as a null-terminated string
|
||||
* @param ctx A log message context for this message
|
||||
|
|
@ -633,8 +633,8 @@ eis_ping_get_user_data(struct eis_ping *eis_ping);
|
|||
* function can be used as synchronization point between events.
|
||||
*
|
||||
* If the client is disconnected before the roundtrip is complete,
|
||||
* libeis will emulate a @ref EIS_EVENT_PONG event before @ref
|
||||
* EIS_EVENT_DISCONNECT.
|
||||
* libeis will emulate a @ref EIS_EVENT_PONG event before
|
||||
* @ref EIS_EVENT_CLIENT_DISCONNECT.
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue