tapaswenipathak/Kernel-APIs

Add doxygen C style comments

Open

#5 opened on Mar 29, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (7 forks)github user discovery
first-timers-onlygood first issue

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide