File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -864,7 +864,13 @@ WARN_LOGFILE =
864864# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865865# Note: If this tag is empty the current directory is searched.
866866
867- INPUT = .
867+ INPUT = . \
868+ ../src \
869+ ../include \
870+ ../components/finsh \
871+ ../components/drivers/include/drivers \
872+ ../components/dfs/dfs_v2/src \
873+ ../components/dfs/dfs_v2/include
868874
869875# This tag can be used to specify the character encoding of the source files
870876# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2219,7 +2225,22 @@ INCLUDE_FILE_PATTERNS =
22192225# recursively expanded use the := operator instead of the = operator.
22202226# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22212227
2222- PREDEFINED =
2228+ PREDEFINED = RT_USING_SEMAPHORE \
2229+ RT_USING_MUTEX \
2230+ RT_USING_EVENT \
2231+ RT_USING_MAILBOX \
2232+ RT_USING_MESSAGEQUEUE \
2233+ RT_USING_MEMPOOL \
2234+ RT_USING_HOOK \
2235+ RT_USING_SMALL_MEM \
2236+ RT_USING_DEVICE \
2237+ RT_USING_MODULE \
2238+ RT_USING_DFS \
2239+ FINSH_USING_SYMTAB \
2240+ FINSH_USING_DESCRIPTION \
2241+ RT_USING_FINSH \
2242+ RT_USING_HEAP \
2243+ RT_USING_MODULE
22232244
22242245# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
22252246# tag can be used to specify a list of macro names that should be expanded. The
You can’t perform that action at this time.
0 commit comments