Skip to content
Snippets Groups Projects
Commit 85e682b3 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Corrected two doxygen typos

Former-commit-id: 0694c4e3df703b42fb8f19301aab007d0143f2f2
parent 4e46d20a
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,10 @@ void printParticle ( struct part *parts , long long int id, int N ) {
}
/**
* @brief Looks for the particle with the given id and prints its information to the standard output.
* @brief Prints the details of a given particle to stdout
*
* @param p The particle to print
*
* @param parts The array of particles.
* @param id The id too look for.
* @param N The size of the array of particles.
*
* (Should be used for debugging only as it runs in O(N).)
*/
void printParticle_single ( struct part *p ) {
......
......@@ -34,7 +34,7 @@ ticks timers[ timer_count ];
*
* @param mask A bitmask of the timers to re-set.
*
* To reset all timers, use the mask #timer_mask_all.
* To reset all timers, use the mask #timers_mask_all.
*/
void timers_reset ( unsigned int mask ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment