mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: define __USE_ISOC11 for doxygen to pick up the logger #defines
This way doxygen will pick up the #defines for spa_log_error, etc. Without this define it uses the else part of the condition which uses macros to construct function names.
This commit is contained in:
parent
17f02d8c6d
commit
8a25076c4e
1 changed files with 2 additions and 1 deletions
|
|
@ -30,5 +30,6 @@ GENERATE_LATEX = NO
|
|||
MACRO_EXPANSION = YES
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
PREDEFINED = PA_C_DECL_BEGIN= \
|
||||
PA_C_DECL_END=
|
||||
PA_C_DECL_END= \
|
||||
__USE_ISOC11
|
||||
HTML_EXTRA_STYLESHEET = @cssfiles@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue