summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 23f3e43ea5..f03058444a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1067,7 +1067,9 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
+PREDEFINED = \
+ DOXYGEN_SHOULD_SKIP_THIS \
+ CONFIG_CMD_DEVINFO
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.