Re: [PATCH] doc: document the enum and bitfield attributes

2015-10-23 Thread Bryce Harrington
On Thu, Oct 22, 2015 at 05:34:38PM +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 Looks good. Reviewed-b

[PATCH] doc: document the enum and bitfield attributes

2015-10-22 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 | 41 +-- 1 file chang