[PATCH] doc: Label Client/Server library as Appendex B.
Bill Spitzak
spitzak at gmail.com
Mon Dec 8 18:43:14 PST 2014
I made the same change in the patches I submitted, and also split the
client and server into different Appendicies.
On 12/08/2014 06:26 PM, Bryce Harrington wrote:
> The table of contents is out of order:
>
> ..
> Chapter 4. Wayland Protocol and Model of Operation
> Appendix A. Wayland Protocol Specification
> Chapter 5. Wayland Library
>
> The protocol specification docs and the wayland library docs both are
> generated documentation from source code as opposed to the prose text of
> chapters 1-4, thus my guess is that both were intended to be Appendices.
>
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> doc/publican/sources/Library.xml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/publican/sources/Library.xml b/doc/publican/sources/Library.xml
> index bc8c89e..27ad186 100644
> --- a/doc/publican/sources/Library.xml
> +++ b/doc/publican/sources/Library.xml
> @@ -3,7 +3,7 @@
> <!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent">
> %BOOK_ENTITIES;
> ]>
> -<chapter id="chap-Library">
> +<appendix id="appe-Library">
> <title>Wayland Library</title>
>
> <para>
> @@ -16,7 +16,7 @@
> </para>
>
> <para>
> - This Chapter describes in detail each library's methods and their helpers,
> + This Appendix describes in detail each library's methods and their helpers,
> aiming implementors who can use for building Wayland clients and servers;
> respectively at <xref linkend="sect-Library-Client"/> and
> <xref linkend="sect-Library-Server"/>.
> @@ -24,4 +24,4 @@
>
> <xi:include href="WaylandClientAPI.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
> <xi:include href="WaylandServerAPI.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
> -</chapter>
> +</appendix>
>
More information about the wayland-devel
mailing list