doxygen: promote object management to a separate page #10532
Merged
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”
修改前: