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 =
864
864
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865
865
# Note: If this tag is empty the current directory is searched.
866
866
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
868
874
869
875
# This tag can be used to specify the character encoding of the source files
870
876
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2219,7 +2225,22 @@ INCLUDE_FILE_PATTERNS =
2219
2225
# recursively expanded use the := operator instead of the = operator.
2220
2226
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2221
2227
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
2223
2244
2224
2245
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2225
2246
# 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