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

2015-11-16 Thread Bryce Harrington
On Fri, Nov 06, 2015 at 08:02:01AM +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. > > Each protocol is a separate doxygen @page

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

2015-11-05 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. Each protocol is a separate doxygen @page, with each interface a @subpage. Wayland only has one protocol, wayland-p