[PATCH v2] doc: two patches

Pekka Paalanen ppaalanen at gmail.com
Thu Dec 18 05:56:28 PST 2014


On Tue, 16 Dec 2014 19:23:01 -0800
Bill Spitzak <spitzak at gmail.com> wrote:

> These supersede my previous patches for this.
> 
> The first bug fix has been updated to use macros like $(MKDIR_P)
> 
> The second one, which is a makefile cleanup, not a bug fix, has
> been updated so that make distcheck works.
> 

Hi,

one of these patches causes one more warning to appear during build:

  GEN      en-US/ClientAPI.xml
warning: failed to load external entity "../../doc/doxygen/xml/Client/wayland-client_8h.xml"
warning: failed to load external entity "../../doc/doxygen/xml/Client/wayland-util_8h.xml"
  GEN      en-US/ServerAPI.xml
warning: failed to load external entity "../../doc/doxygen/xml/Server/wayland-server_8h.xml"
warning: failed to load external entity "../../doc/doxygen/xml/Server/wayland-util_8h.xml"


The warnings about wayland-client and wayland-server are old, the
warning about wayland-util is new.

When I diff the resulting (installed) HTML directories, the difference
is that after the patches, wl_list_*() and wl_array_*() functions are
no longer listed (undocumented) in the client or server appendices.
These are the functions that would be listed after wl_log().

We're not really losing anything there, I just wanted to let you know,
since I'm not sure this was intentional.


Thanks,
pq


More information about the wayland-devel mailing list