From 48bfba83783b3ed46d7058bf828fcc2993a88522 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 16 Jan 2026 14:36:06 +0200 Subject: [PATCH] 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 --- doc/publican/Client.xml | 4 ++-- doc/publican/Compositors.xml | 2 +- doc/publican/Server.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/publican/Client.xml b/doc/publican/Client.xml index 77449d10..f1eba096 100644 --- a/doc/publican/Client.xml +++ b/doc/publican/Client.xml @@ -4,13 +4,13 @@ %BOOK_ENTITIES; ]> - + Client API
Introduction The open-source reference implementation of Wayland protocol is split in two C libraries, libwayland-client and libwayland-server. Their main + linkend="appe-Library-Server">libwayland-server. Their main responsibility is to handle the Inter-process communication (IPC) with each other, therefore guaranteeing the protocol objects marshaling and messages synchronization. diff --git a/doc/publican/Compositors.xml b/doc/publican/Compositors.xml index 7a7bdaa0..5eed9593 100644 --- a/doc/publican/Compositors.xml +++ b/doc/publican/Compositors.xml @@ -19,7 +19,7 @@ In this section, we introduce three types of Wayland compositors relying - on libwayland-server. + on libwayland-server.
diff --git a/doc/publican/Server.xml b/doc/publican/Server.xml index df25e789..f31a3f3a 100644 --- a/doc/publican/Server.xml +++ b/doc/publican/Server.xml @@ -4,13 +4,13 @@ %BOOK_ENTITIES; ]> - + Server API
Introduction The open-source reference implementation of Wayland protocol is split in two C libraries, libwayland-client and + linkend="appe-Library-Client">libwayland-client and libwayland-server. Their main responsibility is to handle the Inter-process communication (IPC) with each other, therefore guaranteeing the protocol objects marshaling and