RT-Thread/rt-thread

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

Open

#9 263 ouverte le 29 juil. 2024

Voir sur GitHub
 (2 commentaires) (1 réaction) (1 assigné)C (4 755 forks)batch import
RT-Smartgood first issue

Métriques du dépôt

Stars
 (9 223 stars)
Métriques de merge PR
 (Merge moyen 7j 22h) (50 PRs mergées en 30 j)

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

Guide contributeur