Skip to content
Snippets Groups Projects
Commit fe44d13b authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Correct documentation of mask and submask arguments

parent 6b5026f7
No related branches found
No related tags found
2 merge requests!136Master,!91Engine policies for gravity and improved task mask construction
......@@ -308,7 +308,7 @@ void task_addunlock_old(struct task *ta, struct task *tb) {
/**
* @brief Prints the list of tasks contained in a given mask
*
* @param The mask to analyse
* @param mask The mask to analyse
*/
void task_print_mask(unsigned int mask) {
......@@ -321,7 +321,7 @@ void task_print_mask(unsigned int mask) {
/**
* @brief Prints the list of subtasks contained in a given submask
*
* @param The submask to analyse
* @param submask The submask to analyse
*/
void task_print_submask(unsigned int submask) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment