mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-15 05:34:36 -04:00
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:
parent
526d662045
commit
48bfba8378
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue