doxygen: add prefix for page name (#9989)

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 kernel_basics Kernel Basics
@page page_kernel_basics Kernel Basics
This chapter gives a brief introduction to the software architecture of the RT-Thread kernel, beginning with its composition and implementation. While also introducing RT-Thread kernel-related concepts for beginners.
After understanding this chapter, readers will have an elementary understanding of the RT Thread kernel and will be able to answer questions such as -