wayland/doc
Yong Bakos 20742b7449 doc: Remove display of WL_PRINTF attribute
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 this:

typedef void (*wl_log_func_t)(const char *, va_list) WL_PRINTF(1,

Configure doxygen to consider WL_PRINTF(x,y) as predefined, so it does
not display the attribute at all in the generated documentation.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=774741

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2016-11-23 10:11:49 +00:00
..
doxygen doc: Remove display of WL_PRINTF attribute 2016-11-23 10:11:49 +00:00
man Revert "client: require WAYLAND_DISPLAY to be set" 2015-08-24 12:55:24 +03:00
publican doc: Fix a typo in the client documentation 2016-11-16 16:39:44 +00:00
Contributing doc: fix typos 2016-05-02 17:46:32 -07:00
Makefile.am doc: Add a small contributing guide 2013-06-18 01:29:01 -04:00