doc: ignore SPA_EXPORT and SPA_PRINTF_FUNC

This caused doxygen to include a rather random assortment of variables
and link to them from various pages (e.g. "arg", "res", "buffer", NAME,
etc.)
This commit is contained in:
Peter Hutterer 2021-08-04 17:04:52 +10:00 committed by Wim Taymans
parent 3ced15ad22
commit f0baffbc84
1 changed files with 3 additions and 1 deletions

View File

@ -31,5 +31,7 @@ MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = PA_C_DECL_BEGIN= \
PA_C_DECL_END= \
__USE_ISOC11
__USE_ISOC11 \
SPA_EXPORT \
SPA_PRINTF_FUNC
HTML_EXTRA_STYLESHEET = @cssfiles@