From 60d94aecda7c2b74363c14db0b9ee2ec15ac2f25 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 5 May 2023 12:55:00 +1000 Subject: [PATCH] doc: rename the mainpage sections to get @ref ei to work Otherwise doxygen tries to link to these sections instead to the struct ei/eis it's supposed to link to. --- doc/api/mainpage.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/mainpage.dox b/doc/api/mainpage.dox index e7be4fa..471ed77 100644 --- a/doc/api/mainpage.dox +++ b/doc/api/mainpage.dox @@ -29,7 +29,7 @@ process them. The two libraries are independently and usually consumers of either `libei` or `libeis` should never need the other library. -@section 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 @@ -38,7 +38,7 @@ input. The API documentation for EI is available at @ref libei. -@section 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,