tapaswenipathak/Kernel-APIs

Add doxygen C style comments

Open

#5 ouverte le 29 mars 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C (7 forks)github user discovery
first-timers-onlygood first issue

Métriques du dépôt

Stars
 (10 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur