Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-22 Thread Nils Chr. Brause
Hi, On Thu, Oct 22, 2015 at 2:41 PM, Auke Booij wrote: > On 22 October 2015 at 02:46, Bill Spitzak wrote: >> Sorry if this is a duplicate, I am having trouble with gmail. >> >> On 10/20/2015 12:38 AM, Bryce Harrington wrote: >>> >>> On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrot

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-22 Thread Auke Booij
On 22 October 2015 at 02:46, Bill Spitzak wrote: > Sorry if this is a duplicate, I am having trouble with gmail. > > On 10/20/2015 12:38 AM, Bryce Harrington wrote: >> >> On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: >>> >>> On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij

Fwd: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-21 Thread Bill Spitzak
Sorry if this is a duplicate, I am having trouble with gmail. On 10/20/2015 12:38 AM, Bryce Harrington wrote: > On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: > >> On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij wrote: >> >>> Introduce the enum and bitfield attributes, whi

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-21 Thread Bryce Harrington
On Wed, Oct 21, 2015 at 02:34:48PM +0100, Auke Booij wrote: > On 21 October 2015 at 13:13, Nils Chr. Brause wrote: > > Hi, > > > > On Tue, Oct 20, 2015 at 9:38 AM, Bryce Harrington > > wrote: > >> On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: > >>> On Mon, Oct 19, 2015 at 11:

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-21 Thread Nils Chr. Brause
Okay. Reviewed-by On Wed, Oct 21, 2015 at 3:34 PM, Auke Booij wrote: > On 21 October 2015 at 13:13, Nils Chr. Brause wrote: >> Hi, >> >> On Tue, Oct 20, 2015 at 9:38 AM, Bryce Harrington >> wrote: >>> On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: On Mon, Oct 19, 201

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-21 Thread Auke Booij
On 21 October 2015 at 13:13, Nils Chr. Brause wrote: > Hi, > > On Tue, Oct 20, 2015 at 9:38 AM, Bryce Harrington > wrote: >> On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: >>> On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij wrote: >>> > Introduce the enum and bitfield att

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-21 Thread Nils Chr. Brause
Hi, On Tue, Oct 20, 2015 at 9:38 AM, Bryce Harrington wrote: > On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: >> On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij wrote: >> > Introduce the enum and bitfield attributes, which allow you to refer to >> > the enum >> > you are

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-20 Thread Bryce Harrington
On Tue, Oct 20, 2015 at 12:01:14AM -0700, Bryce Harrington wrote: > On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij wrote: > > Introduce the enum and bitfield attributes, which allow you to refer to the > > enum > > you are expecting in an argument, and specify which enums are to be thought

Re: [PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-20 Thread Bryce Harrington
On Mon, Oct 19, 2015 at 11:21:23PM +0100, Auke Booij wrote: > Introduce the enum and bitfield attributes, which allow you to refer to the > enum > you are expecting in an argument, and specify which enums are to be thought of > as bitfields. > > Signed-off-by: Auke Booij > --- > doc/publican/so

[PATCH v2 1/4] doc: document the enum and bitfield attributes

2015-10-19 Thread Auke Booij
Introduce the enum and bitfield attributes, which allow you to refer to the enum you are expecting in an argument, and specify which enums are to be thought of as bitfields. Signed-off-by: Auke Booij --- doc/publican/sources/Protocol.xml | 35 +-- 1 file changed,