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 "ServerAPI.xml">
%BOOK_ENTITIES;
]>
<appendix id="sect-Library-Server">
<appendix id="appe-Library-Server">
<title>Server API</title>
<section><title>Introduction</title>
<para>
The open-source reference implementation of Wayland protocol is
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
Inter-process communication (<emphasis>IPC</emphasis>) with each
other, therefore guaranteeing the protocol objects marshaling and