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

2016-11-18 Thread Pekka Paalanen
On Mon, 14 Nov 2016 08:32:01 +1000 Peter Hutterer wrote: > On Sat, Nov 12, 2016 at 10:11:21AM -0800, 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 massa

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

2016-11-13 Thread Peter Hutterer
On Sat, Nov 12, 2016 at 10:11:21AM -0800, 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

[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