Add doxygen comments in nimconfig.h

This commit is contained in:
h2zero
2020-08-18 15:02:57 -06:00
parent 74c9be3351
commit e9bb7eff65
3 changed files with 120 additions and 28 deletions

View File

@ -705,7 +705,7 @@ SHOW_USED_FILES = NO
# (if specified).
# The default value is: YES.
SHOW_FILES = NO
SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
@ -2177,7 +2177,8 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = CONFIG_BT_ENABLED
PREDEFINED = CONFIG_BT_ENABLED \
_DOXYGEN_
# 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. The