From 8851891278edc4d2a18561da59eb3eb5c045eee2 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Wed, 21 Aug 2024 09:03:18 -0700 Subject: [PATCH] doc: clean ENABLED_SECTION option for doxygen The ENABLED_SECTION option is not a YES/NO option but should contain a list of section label to be processed. For example, adding INTERNAL_HIDDEN will make doxygen to look through all the blocks with "@cond INTERNAL_HIDDEN" and "@endcond". So just remove the "YES" and leave it an empty list. Signed-off-by: Daniel Leung --- doc/zephyr.doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index 914689aafcd..fa59b29dee6 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -769,7 +769,7 @@ GENERATE_DEPRECATEDLIST= YES # sections, marked by \if ... \endif and \cond # ... \endcond blocks. -ENABLED_SECTIONS = YES +ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the # initial value of a variable or macro / define can have for it to appear in the