RT-Thread/rt-thread

[Feature] lwp, dm 等组件需要补充 doxygen 注释 | Add Doxygen Comments for Components

Open

#9.263 aberto em 29 de jul. de 2024

Ver no GitHub
 (2 comments) (1 reaction) (1 assignee)C (4.755 forks)batch import
RT-Smartgood first issue

Métricas do repositório

Stars
 (9.223 stars)
Métricas de merge de PR
 (Mesclagem média 7d 22h) (50 fundiu PRs em 30d)

Description

Describe problem solved by the proposed feature

目前,RT-Thread 中的部分组件(如 lwp, dm) 缺少完整的 Doxygen 注释。这些注释对于开发者理解和使用这些组件非常重要。补充完整的 Doxygen 注释将有助于提升代码的可读性和可维护性,并且有助于新开发者快速上手。

需求:

  • 为 lwp 组件的所有公共接口、数据结构和函数补充详细的 Doxygen 注释。
  • 为 dd2.0 组件的所有公共接口、数据结构和函数补充详细的 Doxygen 注释。

确保注释涵盖以下内容:

  • 功能描述
  • 参数说明
  • 返回值说明
  • 任何异常或特殊情况的处理
  • 遵循 RT-Thread 现有的注释风格和 Doxygen 规范。

Describe your preferred solution

No response

Describe possible alternatives

No response

Guia do colaborador