Re: [PATCH wayland v6] util: Document wl_list methods

2016-09-26 Thread Pekka Paalanen
On Thu, 22 Sep 2016 22:11:39 -0700 Bryce Harrington wrote: > On Thu, Sep 22, 2016 at 09:59:37PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > Add doxygen comment blocks to all wl_list methods. > > > > Signed-off-by: Yong Bakos > > Reviewed-by: Bryce Harrington > > One extremely m

Re: [PATCH wayland v6] util: Document wl_list methods

2016-09-22 Thread Bryce Harrington
On Thu, Sep 22, 2016 at 09:59:37PM -0500, Yong Bakos wrote: > From: Yong Bakos > > Add doxygen comment blocks to all wl_list methods. > > Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington One extremely minor wording suggestion below only if you do another rev. But this all looks extrem

[PATCH wayland v6] util: Document wl_list methods

2016-09-22 Thread Yong Bakos
From: Yong Bakos Add doxygen comment blocks to all wl_list methods. Signed-off-by: Yong Bakos --- v6: Change description to doubly-linked list (pq) v5: Change description to linked-list [err] Clarify uses of `wl_list_init` (pq) v4: Fix variable name in sample code. (pq) Remove implemene