doxygen: add prefix for page name (#9989)
Some checks failed
doc_doxygen / doxygen_doc generate (push) Has been cancelled
doc_doxygen / deploy (push) Has been cancelled

Add prefix "page_" to the name of pages.

Add this as a rule in guide of writing doxygen documents.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-02-13 23:28:19 +08:00
committed by GitHub
parent d8079e3843
commit f6f7d91a61
43 changed files with 123 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
@page env User Manual of Env
@page page_env User Manual of Env
Env is a handy utility tool developed by RT-Thread team to build environment, graphical system configuration, and packages management for software projects that intend to run on RT-Thread operating system. Env tool come with source code builder, compilation environment and package management system.
@@ -82,7 +82,7 @@ scons --target=mdk4
scons --target=mdk5
```
For more scons tutorials, please refer to @ref scons.
For more scons tutorials, please refer to @ref page_scons.
## BSP configuration: menuconfig