Skip to content

Commit e789b92

Browse files
authored
Merge branch 'RT-Thread:master' into test1
2 parents 6f1342e + e3640ff commit e789b92

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

documentation/Doxyfile.1.9.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,8 @@ RECURSIVE = YES
924924
EXCLUDE = ./0.doxygen/mainpage.h \
925925
./2.quick-start/quick_start_qemu \
926926
./env/env-vscode.md \
927-
./7.contribution/coding_style_cn.md
927+
./7.contribution/coding_style_cn.md \
928+
../src/utest/perf/README.md
928929

929930
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
930931
# directories that are symbolic links (a Unix file system feature) are excluded

documentation/Doxyfile.1.9.8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,8 @@ RECURSIVE = YES
10141014
EXCLUDE = ./0.doxygen/mainpage.h \
10151015
./2.quick-start/quick_start_qemu \
10161016
./env/env-vscode.md \
1017-
./7.contribution/coding_style_cn.md
1017+
./7.contribution/coding_style_cn.md \
1018+
../src/utest/perf/README.md
10181019

10191020
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
10201021
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)