mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
3ced15ad22
commit
f0baffbc84
1 changed files with 3 additions and 1 deletions
|
|
@ -31,5 +31,7 @@ MACRO_EXPANSION = YES
|
||||||
EXPAND_ONLY_PREDEF = YES
|
EXPAND_ONLY_PREDEF = YES
|
||||||
PREDEFINED = PA_C_DECL_BEGIN= \
|
PREDEFINED = PA_C_DECL_BEGIN= \
|
||||||
PA_C_DECL_END= \
|
PA_C_DECL_END= \
|
||||||
__USE_ISOC11
|
__USE_ISOC11 \
|
||||||
|
SPA_EXPORT \
|
||||||
|
SPA_PRINTF_FUNC
|
||||||
HTML_EXTRA_STYLESHEET = @cssfiles@
|
HTML_EXTRA_STYLESHEET = @cssfiles@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue