From 8302b1ddacd388e114d0120fc56332f41eb6e693 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 10 May 2023 09:03:04 +1000 Subject: [PATCH] doc/api: add the unicode icons for a splash of color Sometimes it's good to focus on the important issues in life. --- doc/api/mainpage.dox | 6 +++--- src/libei.h | 2 +- src/libeis.h | 2 +- src/liboeffis.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/mainpage.dox b/doc/api/mainpage.dox index aaaaf2a..cb8fe25 100644 --- a/doc/api/mainpage.dox +++ b/doc/api/mainpage.dox @@ -34,7 +34,7 @@ process them. The two libraries are independently and usually a process uses either `libei` or `libeis` but not both. -@section sec-ei EI - the client implementation +@section sec-ei 🥚 EI - the client implementation The `libei` library is the component used by clients that want to emulate input events. It provides the required methods to connect to an EIS @@ -43,7 +43,7 @@ input. The API documentation for EI is available at @ref libei. -@section sec-eis EIS - the server implementation +@section sec-eis 🍦 EIS - the server implementation The `libeis` library is the component used by processes that handle input events. It provides the required methods to set up seats and input devices, @@ -52,7 +52,7 @@ clients. The API documentation for EI is available at @ref libeis. -@section sec-oeffis Oeffis - a XDG RemoteDesktop portal wrapper API +@section sec-oeffis 🚌 Oeffis - a XDG RemoteDesktop portal wrapper API liboeffis is a helper library for applications that do not want to or cannot interact with the XDG RemoteDesktop DBus portal directly. It abstracts the diff --git a/src/libei.h b/src/libei.h index f19d9e3..ca1514b 100644 --- a/src/libei.h +++ b/src/libei.h @@ -33,7 +33,7 @@ extern "C" { #include /** - * @defgroup libei EI - The client API + * @defgroup libei 🥚 EI - The client API * * libei is the client-side module. This API should be used by processes * that need to emulate devices or capture logical events from existing devices. diff --git a/src/libeis.h b/src/libeis.h index 0f7239c..eb013a7 100644 --- a/src/libeis.h +++ b/src/libeis.h @@ -34,7 +34,7 @@ extern "C" { #include /** - * @defgroup libeis EIS - The server API + * @defgroup libeis 🍦 EIS - The server API * * libeis is the server-side module. This API should be used by processes * that have control over input devices, e.g. Wayland compositors. diff --git a/src/liboeffis.h b/src/liboeffis.h index d4996cf..4fec5b8 100644 --- a/src/liboeffis.h +++ b/src/liboeffis.h @@ -33,7 +33,7 @@ extern "C" { #include /** - * @addtogroup oeffis liboeffis - An XDG RemoteDesktop portal wrapper API + * @addtogroup oeffis 🚌 liboeffis - An XDG RemoteDesktop portal wrapper API * * liboeffis is a helper library for applications that do not want to or cannot * interact with the XDG RemoteDesktop DBus portal directly.