[PATCH wayland v3] util: Improve documentation of wl_argument

2016-11-12 Thread Yong Bakos
From: Yong Bakos Standardize the doxygen comment format, add clarity to the writing, decouple the description from specifics of usage, add see-also's, and massage the union member type comments. Signed-off-by: Yong Bakos --- v3: Correct spelling of marhsalling. v2: Match union member type names

Re: [PATCH wayland v2] util: Improve documentation of wl_argument

2016-11-12 Thread Yong Bakos
On Nov 12, 2016, at 10:02 AM, Yong Bakos wrote: > > From: Yong Bakos > > Standardize the doxygen comment format, add clarity to the writing, > decouple the description from specifics of usage, add see-also's, and > massage the union member type comments. > > Signed-off-by: Yong Bakos Marhsal

[PATCH wayland] util: Improve documentation of wl_argument

2016-11-12 Thread Yong Bakos
From: Yong Bakos Standardize the doxygen comment format, add clarity to the writing, decouple the description from specifics of usage, add see-also's, and massage the union member type comments. Signed-off-by: Yong Bakos --- src/wayland-util.h | 29 - 1 file changed

Re: [PATCH wayland] util: Improve documentation of wl_argument

2016-11-12 Thread Yong Bakos
Disregard this one, v2 is en route. yong > On Nov 12, 2016, at 9:53 AM, Yong Bakos wrote: > > From: Yong Bakos > > Standardize the doxygen comment format, add clarity to the writing, decouple > the description from specifics of usage, add see-also's, and massage the union > member type commen

[PATCH wayland v2] util: Improve documentation of wl_argument

2016-11-12 Thread Yong Bakos
From: Yong Bakos Standardize the doxygen comment format, add clarity to the writing, decouple the description from specifics of usage, add see-also's, and massage the union member type comments. Signed-off-by: Yong Bakos --- v2: Match union member type names to actual protocol-defined type name

Re: [PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-12 Thread Yong Bakos
Hi Dennis, > On Nov 11, 2016, at 11:40 AM, Dennis Kempin wrote: > > This CL updates the wl_touch interface with a shape and > orientation event. > The shape/orientation of a touch point is not relevant for most UI > applications, but allows a better experience in some cases > such as drawing app