tapaswenipathak/Kernel-APIs

Add doxygen C style comments

Open

#5 创建于 2019年3月29日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (7 fork)github user discovery
first-timers-onlygood first issue

仓库指标

Star
 (10 star)
PR 合并指标
 (PR 指标待抓取)

描述

The code files require comments. Doxygen comments are -

\struct documents a C-struct. \union documents a union. \enum documents an enumeration type. \fn documents a function. \var documents a variable or typedef or enum value. \def documents a #define. \typedef documents a type definition. \file documents a file.

You can look at accounting having sample doxygen comments.

贡献者指南