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

2016-03-02 Thread Pekka Paalanen
Please do not top-post, write your reply under the paragraph you are replying to. On Tue, 1 Mar 2016 11:01:50 -0800 Bill Spitzak wrote: > What exactly is this trying to solve? > > It seems entirely redundant with the protocol documentation. I think it > would be better to try to improve the pro

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

2016-03-01 Thread Peter Hutterer
On Tue, Mar 01, 2016 at 06:21:17PM -0800, Bill Spitzak wrote: > On Tue, Mar 1, 2016 at 2:21 PM, Peter Hutterer > wrote: > > > On Tue, Mar 01, 2016 at 11:01:50AM -0800, Bill Spitzak wrote: > > > What exactly is this trying to solve? > > > > > > It seems entirely redundant with the protocol documen

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

2016-03-01 Thread Peter Hutterer
On Tue, Mar 01, 2016 at 11:01:50AM -0800, Bill Spitzak wrote: > What exactly is this trying to solve? > > It seems entirely redundant with the protocol documentation. I think it > would be better to try to improve the protocol documentation, perhaps > inserting the C prototype as a one-line additi

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

2016-02-29 Thread Peter Hutterer
On Mon, Feb 29, 2016 at 03:41:39PM +0200, Pekka Paalanen wrote: > On Mon, 29 Feb 2016 17:08:29 +1000 > Peter Hutterer wrote: > > > On Fri, Feb 26, 2016 at 05:00:15PM +0200, Pekka Paalanen wrote: > > > On Mon, 22 Feb 2016 08:57:47 +1000 > > > Peter Hutterer wrote: > > > > > > > This switches t

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

2016-02-29 Thread Pekka Paalanen
On Mon, 29 Feb 2016 17:08:29 +1000 Peter Hutterer wrote: > On Fri, Feb 26, 2016 at 05:00:15PM +0200, Pekka Paalanen wrote: > > On Mon, 22 Feb 2016 08:57:47 +1000 > > Peter Hutterer wrote: > > > > > This switches the scanner to generate doxygen-compatible tags for the > > > generated protocol

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

2016-02-28 Thread Peter Hutterer
On Fri, Feb 26, 2016 at 05:00:15PM +0200, Pekka Paalanen wrote: > On Mon, 22 Feb 2016 08:57:47 +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 c

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

2016-02-26 Thread Pekka Paalanen
On Mon, 22 Feb 2016 08:57:47 +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, wit

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

2016-02-21 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