doxygen: promote object management to a separate page#10532
Merged
Rbb666 merged 1 commit intoRT-Thread:masterfrom Jul 22, 2025
Merged
doxygen: promote object management to a separate page#10532Rbb666 merged 1 commit intoRT-Thread:masterfrom
Rbb666 merged 1 commit intoRT-Thread:masterfrom
Conversation
For "RT-Thread User Guide": Take the "RT-Thread Kernel Object Model" sub-section out of the "Kernel Basics" section and rename it to "Object Management". Correspondingly, rename the "Kernel Object Management" section in the "RT-Thread API Guide" to "Object Management". Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
📌 Code Review Assignment🏷️ Tag: documentationReviewers: @CXSforHPU @GorrayLi @lianux-mm @unicornx Changed Files (Click to expand)
🏷️ Tag: kernelReviewers: @GorrayLi @ReviewSun @hamburger-os @lianux-mm @wdfk-prog @xu18838022837 Changed Files (Click to expand)
📊 Current Review Status (Last Updated: 2025-07-22 17:08 CST)
📝 Review Instructions
|
supperthomas
approved these changes
Jul 22, 2025
Rbb666
approved these changes
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将 object mangement 提升为一个独立的页面
将 “RT-Thread User Guide” 中的 “RT-Thread Kernel Object Model” 这个章节从 “Kernel Basics” 拿出来作为一个相对独立的章节并改名为 “Object Management”(主要是希望和 “Thread Management“ 这些名字的风格一致)。
对应的,“RT-Thread API Guide” 中的 “Kernel Object Management” 也改名为 “Object Management”
note: 代码部分的修改只是 doxygen 注释,没有修改代码逻辑。
对于 “RT-Thread User Guide”:
修改前的页面 存在两个问题:
修改后:
对于 “RT-Thread API Guide”
修改前: