doc: rename libwayland appendix IDs

ProtocolSpec.xml sets the precedent that appendix IDs should be appe.
Fix the libwayland appendices to follow. In the future we may start
using the IDs as HTML file names, and then the inconsistency would be
visible.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2026-01-16 14:36:06 +02:00
parent 526d662045
commit 48bfba8378
3 changed files with 5 additions and 5 deletions

View file

@ -4,13 +4,13 @@
<!ENTITY doxygen SYSTEM "ClientAPI.xml"> <!ENTITY doxygen SYSTEM "ClientAPI.xml">
%BOOK_ENTITIES; %BOOK_ENTITIES;
]> ]>
<appendix id="sect-Library-Client"> <appendix id="appe-Library-Client">
<title>Client API</title> <title>Client API</title>
<section><title>Introduction</title> <section><title>Introduction</title>
<para> <para>
The open-source reference implementation of Wayland protocol is The open-source reference implementation of Wayland protocol is
split in two C libraries, libwayland-client and <link split in two C libraries, libwayland-client and <link
linkend="sect-Library-Server">libwayland-server</link>. Their main linkend="appe-Library-Server">libwayland-server</link>. Their main
responsibility is to handle the Inter-process communication responsibility is to handle the Inter-process communication
(<emphasis>IPC</emphasis>) with each other, therefore guaranteeing (<emphasis>IPC</emphasis>) with each other, therefore guaranteeing
the protocol objects marshaling and messages synchronization. the protocol objects marshaling and messages synchronization.

View file

@ -19,7 +19,7 @@
</para> </para>
<para> <para>
In this section, we introduce three types of Wayland compositors relying In this section, we introduce three types of Wayland compositors relying
on <link linkend="sect-Library-Server">libwayland-server</link>. on <link linkend="appe-Library-Server">libwayland-server</link>.
</para> </para>
<section id="sect-Compositors-System-Compositor"> <section id="sect-Compositors-System-Compositor">

View file

@ -4,13 +4,13 @@
<!ENTITY doxygen SYSTEM "ServerAPI.xml"> <!ENTITY doxygen SYSTEM "ServerAPI.xml">
%BOOK_ENTITIES; %BOOK_ENTITIES;
]> ]>
<appendix id="sect-Library-Server"> <appendix id="appe-Library-Server">
<title>Server API</title> <title>Server API</title>
<section><title>Introduction</title> <section><title>Introduction</title>
<para> <para>
The open-source reference implementation of Wayland protocol is The open-source reference implementation of Wayland protocol is
split in two C libraries, <link split in two C libraries, <link
linkend="sect-Library-Client">libwayland-client</link> and linkend="appe-Library-Client">libwayland-client</link> and
libwayland-server. Their main responsibility is to handle the libwayland-server. Their main responsibility is to handle the
Inter-process communication (<emphasis>IPC</emphasis>) with each Inter-process communication (<emphasis>IPC</emphasis>) with each
other, therefore guaranteeing the protocol objects marshaling and other, therefore guaranteeing the protocol objects marshaling and