doc: two doxygen typo fixes

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/361>
This commit is contained in:
Peter Hutterer 2025-10-17 13:30:35 +10:00
parent a646a4c19b
commit 7141566924

View file

@ -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
*/