Re: [PATCH 6/6] utils: Document wl_list methods

2013-09-17 Thread Aaron Faanes
On Tue, Sep 17, 2013 at 12:15 AM, Kristian Høgsberg wrote: > On Sun, Sep 15, 2013 at 01:37:11PM -0500, Aaron Faanes wrote: > > +/** Inserts the specified element directly after the specified list > node. > > + * > > + * \param list the list that will be directly previous to \c elm > > + * \param e

Re: [PATCH 6/6] utils: Document wl_list methods

2013-09-17 Thread Kristian Høgsberg
On Sun, Sep 15, 2013 at 01:37:11PM -0500, Aaron Faanes wrote: > --- > > As I understand it, a wl_list can be either content-bearing node or a list > head. > I believe this is correct, but if it isn't (in other words, there is no > distinction > between list heads and content-bearing elements), t

[PATCH 6/6] utils: Document wl_list methods

2013-09-15 Thread Aaron Faanes
--- As I understand it, a wl_list can be either content-bearing node or a list head. I believe this is correct, but if it isn't (in other words, there is no distinction between list heads and content-bearing elements), then this documentation is going to be tragically incorrect. src/wayland-ut