tapaswenipathak/Kernel-APIs

Add doxygen C style comments

Open

#5 aperta il 29 mar 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C (7 fork)github user discovery
first-timers-onlygood first issue

Metriche repository

Star
 (10 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor