Re: [PATCH v4 wayland 3/3] doc: generate doxygen html output from the scanner

2016-03-07 Thread Bryce Harrington
On Tue, Mar 01, 2016 at 09:26:21AM +1000, Peter Hutterer wrote: > This switches the scanner to generate doxygen-compatible tags for the > generated protocol headers, and hooks up the doxygen build to generate server > and client-side API documentation. That documentation is now in > Client/ and Ser

[PATCH v4 wayland 3/3] doc: generate doxygen html output from the scanner

2016-02-29 Thread Peter Hutterer
This switches the scanner to generate doxygen-compatible tags for the generated protocol headers, and hooks up the doxygen build to generate server and client-side API documentation. That documentation is now in Client/ and Server/, respectively. GENERATE_HTML is on by default and must be disabled