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 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