Skip to content

Commit

Permalink
#672: docs: add internal to isIdleMinusTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 21, 2020
1 parent ce067d8 commit 3a3ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/scheduler/scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct Scheduler : runtime::component::Component<Scheduler> {
bool isIdle() const { return work_queue_.empty(); }

/**
* \brief Check if the scheduler is idle minus termination messages
* \internal \brief Check if the scheduler is idle minus termination messages
*
* \return whether this scheduler is idle
*/
Expand Down

0 comments on commit 3a3ff38

Please sign in to comment.