rt-thread/documentation/3.kernel
Chen Wang f9655aa8fc doxygen: improve doc for kernel basics section
Organize the document content of the "Kerenl Basics" section.
This PR does not make substantial changes to the text content,
but only makes some optimizations and adjustments to the
document formatting, including:

- Enclose the function name and variable name in "`", so that
  the HTML rendering will use different fonts to distinguish
  them from the text part.

- Add blank lines between paragraphs, otherwise the HTML
  rendering will merge the paragraphs without blank lines
  into one paragraph.

- Use "@ref" to reference the page of the corresponding
  chapter, such as the reference to page_thread_management
  at the end of the "Thread Scheduling" chapter.

- For tables in markdown, try to align the columns in the
  text to beautify the reading experience.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-03-03 15:05:05 +08:00
..
basic doxygen: improve doc for kernel basics section 2025-03-03 15:05:05 +08:00
interrupt doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
kernel-porting doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
memory doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
thread doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
thread-comm doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
thread-sync doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
timer doxygen: reorganize directory structure 2025-02-25 11:27:58 +08:00
INDEX.md doxygen: add prefix for page name (#9989) 2025-02-13 23:28:19 +08:00