Re: [PATCH wayland] doc: Remove display of WL_PRINTF attribute

2016-11-23 Thread Daniel Stone
Hi Peter, Yong, On 23 November 2016 at 00:39, Peter Hutterer wrote: > On Tue, Nov 22, 2016 at 08:13:43AM -0800, Yong Bakos wrote: >> Doxygen truncates a WL_PRINTF function attribute, and there does not >> seem to be any workaround[1]. When using the attribute like this:

Re: [PATCH wayland] doc: Remove display of WL_PRINTF attribute

2016-11-22 Thread Peter Hutterer
On Tue, Nov 22, 2016 at 08:13:43AM -0800, Yong Bakos wrote: > From: Yong Bakos > > Doxygen truncates a WL_PRINTF function attribute, and there does not > seem to be any workaround[1]. When using the attribute like this: > > typedef void (*wl_log_func_t)(const char *,

[PATCH wayland] doc: Remove display of WL_PRINTF attribute

2016-11-22 Thread Yong Bakos
From: Yong Bakos Doxygen truncates a WL_PRINTF function attribute, and there does not seem to be any workaround[1]. When using the attribute like this: typedef void (*wl_log_func_t)(const char *, va_list) WL_PRINTF(1, 0); Doxygen generates something that looks like