rt-thread/documentation
lhxj e3640ffc3d fix(doc): Exclude 'src/utest/perf/README.md' from Doxygen build (RT-Thread#10888)
Problem description:
The file 'src/utest/perf/README.md' was incorrectly appearing as a root-level page in the Doxygen documentation output.

Problem analysis:
This file was unintentionally included by the Doxygen build process following commit 7499790. It is an internal README for performance tests and is not intended to be part of the generated documentation.

Solution:
The issue is resolved by explicitly excluding this file from the build. The path '../src/utest/perf/README.md' has been added to the EXCLUDE list in both 'documentation/Doxyfile.1.9.1' and 'documentation/Doxyfile.1.9.8'.

This issue was originally introduced by the following commit:
Commit: 7499790
Title: utest: core: move perf testcase from example to src

Signed-off-by: lhxj <2743257167@qq.com>
2025-11-06 10:43:28 +08:00
..
0.doxygen doxygen: fix two issues when building with doxygen 1.9.8 (#10768) 2025-10-10 10:05:06 +08:00
1.introduction doxygen: Improve the text description of the introduction section 2025-02-21 21:58:19 -05:00
2.quick-start doxygen: add prefix for page name (#9989) 2025-02-13 23:28:19 +08:00
3.kernel [format][version]: synchronize bsp version configuration 2025-10-23 22:06:51 +08:00
4.tool doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
6.components utest/msh: supports autocomplete of utest cases for utest_run (#10701) 2025-10-20 12:46:44 +08:00
7.contribution doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
env doxygen: update doc for env to latest 2025-09-10 16:52:48 +08:00
figures update README.md studio.gif, README_zh.md studiozh.gif (#5875) 2022-04-30 21:02:48 +08:00
Doxyfile.1.9.1 fix(doc): Exclude 'src/utest/perf/README.md' from Doxygen build (RT-Thread#10888) 2025-11-06 10:43:28 +08:00
Doxyfile.1.9.8 fix(doc): Exclude 'src/utest/perf/README.md' from Doxygen build (RT-Thread#10888) 2025-11-06 10:43:28 +08:00
DoxygenLayout-1.9.1.xml doxygen: support 1.9.8 2025-10-10 20:19:05 +08:00
DoxygenLayout-1.9.8.xml doxygen: support 1.9.8 2025-10-10 20:19:05 +08:00
INDEX.md doxygen: move device_driver under to components for pages 2025-05-29 13:47:46 +08:00
run.sh doxygen: support 1.9.8 2025-10-10 20:19:05 +08:00