cbcercas / 21sh-42sh

21sh-42sh is a Linux CLI (Command Line Interface) thought, designed, and made by chbravo-, gpouyat, jlasne and mleroy for the 42 school as the last project before their first internship.
3 stars 1 forks source link

Doc #98

Closed Seluj78 closed 6 years ago

Seluj78 commented 6 years ago

We need to make sure that everything is documented correctly

Seluj78 commented 6 years ago

Check all the errors generated by doxygen

Seluj78 commented 6 years ago
/**
 * @brief XXX
 * @param arg XXX 
 * @param arg XXX
 * @return XXX true XXX false
 */

Transformer en :

/**
 * @brief XXX
 * XXXXXXXXXXXX (Des details)
 * XXXXXXXXXXXXX
 * 
 * @param arg XXX (Details)
 * @param arg XXX (Details)
 * 
 * @return XXX `true` XXX `false` Indenter et formater les valeurs etc
 */
Seluj78 commented 6 years ago

Check what misses means in lookup cache used 815/65536 hits=4213 misses=838