Merge branch 'feature/add-conditional-section-tags-in-freertos-source-files' into 'master'

freertos: added doxygen section tags for conditional documentation

Closes IDF-3871 and IDF-3872

See merge request espressif/esp-idf!15442
This commit is contained in:
Zim Kalinowski
2021-10-11 08:46:32 +00:00
8 changed files with 283 additions and 223 deletions

View File

@@ -273,3 +273,9 @@ GENERATE_RTF = NO
## Skip distracting progress messages
##
QUIET = YES
## Enable Section Tags for conditional documentation
##
ENABLED_SECTIONS += \
DOC_EXCLUDE_HEADER_SECTION \ ## To conditionally remove doc sections from IDF source files without affecting documentation in upstream files.
DOC_SINGLE_GROUP ## To conditionally remove groups from the documentation and create a 'flat' document without affecting documentation in upstream files.