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:
Peter Hutterer 2021-06-24 10:48:04 +10:00 committed by Wim Taymans
parent 17f02d8c6d
commit 8a25076c4e

View file

@ -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@