Re: [PATCH wayland] util: Document wl_fixed_t

2016-11-16 Thread Daniel Stone
On 11 November 2016 at 15:55, Yong Bakos wrote: > From: Yong Bakos > > Add doxygen comments for wl_fixed_t and its methods. > > Although wl_fixed_t can be thought of as an opaque struct, it is a typedef. As > such, doxygen does not provide an elegant means of documenting it as both a > 'class' wi

Re: [PATCH wayland] util: Document wl_fixed_t

2016-11-13 Thread Peter Hutterer
On Fri, Nov 11, 2016 at 07:55:38AM -0800, Yong Bakos wrote: > From: Yong Bakos > > Add doxygen comments for wl_fixed_t and its methods. > > Although wl_fixed_t can be thought of as an opaque struct, it is a typedef. As > such, doxygen does not provide an elegant means of documenting it as both a

[PATCH wayland] util: Document wl_fixed_t

2016-11-11 Thread Yong Bakos
From: Yong Bakos Add doxygen comments for wl_fixed_t and its methods. Although wl_fixed_t can be thought of as an opaque struct, it is a typedef. As such, doxygen does not provide an elegant means of documenting it as both a 'class' with members and as a typedef. In other words, documenting it a