mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
docs: define __DOXYGEN__ for doxygen builds
Some docs depended on __DOXYGEN__ but this was never defined anywhere.
This commit is contained in:
parent
43a81fb2f9
commit
a4821fac21
@ -241,6 +241,7 @@ MACRO_EXPANSION = YES
|
|||||||
EXPAND_ONLY_PREDEF = YES
|
EXPAND_ONLY_PREDEF = YES
|
||||||
PREDEFINED = \
|
PREDEFINED = \
|
||||||
$(ENV_DOXYGEN_DEFINES) \
|
$(ENV_DOXYGEN_DEFINES) \
|
||||||
|
__DOXYGEN__=1 \
|
||||||
__attribute__(x)= \
|
__attribute__(x)= \
|
||||||
_Static_assert()= \
|
_Static_assert()= \
|
||||||
IDF_DEPRECATED(X)= \
|
IDF_DEPRECATED(X)= \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user