mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-04 06:00:30 +01:00
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.
This commit is contained in:
parent
e6954b76d3
commit
60d94aecda
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue