Skip to content

Commit 5c61691

Browse files
gmarullgalak
authored andcommitted
doc: doxygen: add Doxygen predefined macro
A pre-defined Doxygen macro allows for better control of what is included in the final documentation than maintaining a long list of CONFIG_* entries. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a578bb7 commit 5c61691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/zephyr.doxyfile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,8 @@ INCLUDE_FILE_PATTERNS =
22292229
# recursively expanded use the := operator instead of the = operator.
22302230
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22312231

2232-
PREDEFINED = CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT \
2232+
PREDEFINED = __DOXYGEN__ \
2233+
CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT \
22332234
CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN \
22342235
CONFIG_BT_BREDR \
22352236
CONFIG_BT_MESH_MODEL_EXTENSIONS \

0 commit comments

Comments
 (0)