Re: [PATCH wayland] util: Document wl_log_func_t

2016-11-21 Thread Daniel Stone
Hi Yong, On 20 November 2016 at 16:59, Yong Bakos wrote: > +/** > + * Log function type alias > + * > + * The C implementation of the Wayland protocol abstracts the details of > + * logging. Users may customize the logging behavior, with a function > conforming > + * to the `wl_log_func_t` type,

[PATCH wayland] util: Document wl_log_func_t

2016-11-20 Thread Yong Bakos
From: Yong Bakos Add a doxygen comment for wl_log_func_t. Signed-off-by: Yong Bakos --- src/wayland-util.h | 24 1 file changed, 24 insertions(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index 8b02ff0..724dbb2 100644 --- a/src/wayland-util.h +++ b/src/wayl